rmeyers4 commented on issue #426: URL: https://github.com/apache/cordova-plugin-file/issues/426#issuecomment-907376512
@anshuman61 : `MANAGE_EXTERNAL_STORAGE` is not a long-term solution. Once the Play Store requires applications to target API 30 later this year, Google is also cracking down on this permission and will not allow you to upload apps to the Play Store that use this permission unless the central purpose is file-system manipulation (a backup app, for example). Even in that case, you have to submit an application to attain this permission including a demonstration of why your app requires `MANAGE_EXTERNAL_STORAGE`. See https://support.google.com/googleplay/android-developer/answer/10467955?hl=en#zippy=%2Cpermitted-uses-of-the-all-files-access-permission -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
