-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(android): Avoid SecurityError on Android 10 file share (#3655)
- Loading branch information
1 parent
1382c9f
commit 1c47e15
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1c47e15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am building my App with Sdk Version 28 it has several reasons.
Now am getting the following error:
Should i create a new Issue?
1c47e15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, sorry, we won't do fixes because users use old targetSDK values. If we allow users to configure it is in case they want to use latest before we officially do, not to use old ones.