[TIMOB-26488] Android: Fix Ti.Filesystem.requestStoragePermissions for Android 8 and above
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2018-11-20T16:55:51.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 8.0.0 |
Components | Android |
Labels | n/a |
Reporter | Yordan Banev |
Assignee | Yordan Banev |
Created | 2018-10-26T12:39:04.000+0000 |
Updated | 2018-11-21T14:16:26.000+0000 |
Description
With Android 8 Google has fixed a long lasting problem with external storage permissions. Previously granting one of the permissions granted all of them in the same group. After this being properly handled on Android side we need to update our
Ti.Filesystem.requestStoragePermissions
to include both of the permissions.
PR: https://github.com/appcelerator/titanium_mobile/pull/10442
*FR Passed*
*Closing ticket.* Fix verified in SDK version
8.0.0.v20181120171602
. Test and other information can be found at: https://github.com/appcelerator/titanium_mobile/pull/10442