Topiya commented on issue #426: URL: https://github.com/apache/cordova-plugin-file/issues/426#issuecomment-972724302
> `Starting November 1, 2021, updates to apps and games on Google Play will be required to target Android 11 (API level 30) or higher.` > > I have tried to apply a couple of solutions from this thread but it didn't work. > > Also, I've tried manually adding the needed permission but 'android.permission.MANAGE_EXTERNAL_STORAGE' don't appear in `AndroidManifest.xml` after I add to config.xml next part: > > ``` > <config-file file="app/src/main/AndroidManifest.xml" mode="merge" parent="/manifest" xmlns:android="http://schemas.android.com/apk/res/android"> > <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/> > </config-file> > ``` > > package.json > > ``` > "cordova-android": "^9.1.0", > "cordova-js": "^5.0.0", > ``` @Yura13 Is it generating Android target: android-30 ? because When I try to add "cordova-android": "^9.1.0" it shows Android target: android-29 not 30 -- 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]
