interstellerS commented on issue #679: URL: https://github.com/apache/cordova-plugin-camera/issues/679#issuecomment-830105373
the last Time i published , the Ionic APK to play store , I Got this warning : > From May 5, you will need to tell us why your app requires extended storage access We have detected the requestLegacyExternalStorage flag in the manifest file of one or more of your app's app bundles or APKs. Developers whose apps are running on Android 11 or later should make use of siled storage space so that users can better control access to their device's storage space. As of May 5, to offer your app on Android 11 or later, you will need to follow one of the procedures below: Update your application to follow best practices that are more respectful of confidentiality, for example thanks to the Storage Access Framework or Media Store APIs Update your application to declare permission to access all files (MANAGE_EXTERNAL_STORAGE) in the manifest file, and complete the permission to access all files statement in the Play Console from May 5th Remove permission to access all files in your app For apps targeting Android 11, the requestLegacyExternalStorage flag will be ignored. You must use the All Files Access permission to maintain extended access. Apps that ask for permission to access all files when they are not allowed to do so will be removed from Google Play, and you will not be able to update them. In my Case , I commented the code line that crash the Plugin in a fork branch (https://github.com/interstellerS/cordova-plugin-camera/commit/884ff37f9ef68d40ca464a70b0e39b4adfde4f4b ) , Then both the image capture and save to gallery worked just Fine! I wonder if the entrerpise version of this plugin has a fix for this . -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
