Android 11 MANAGE_EXTERNAL_STORAGE permission reject by Google playstore
Development : Android Mobile development
Posted by Relwendé Jacob ZOUNDI 3 years ago
-
Relwendé Jacob ZOUNDI
3 years ago
Explication
À partir d'Android 11 l'accès au système de fichiers change pas besoin d'utiliser MANAGE_EXTERNAL_STORAGE utilisez plutôt MediaStore API.
Si votre application fait appel au système de fichiers pour lire du contenu ( READ) ou pour écrire du contenu ( WRITE) vous devez obligatoirement utiliser les permission suivantes:
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
L'utilisation de MANAGE_EXTERNAL_STORAGE est déprécié à partir de la version Android 11 (api R)
___
Une alternative au problème de faire comme ceci:1)Dans le Manifest
<application
android:allowBackup="true"
android:icon="@mipmap/logo_round"
android:requestLegacyExternalStorage="true"
2)Dans le build.gradle de l'application
Vous devez cibler votre apk sur du 29 ( parce le 30 c'est la version 11)
targetSdkVersion 29
Reply
-
Tobirama
3 years ago
Merci infiniment boss
-
Similars contributions
Laravel,
Posted by Tobirama 6 months ago
Category : Development
Laravel password expired: force change password every 30 days
Java, Talend,
Posted by Maravilla 8 months ago
Category : Development
How to get lastModification of file with Talend using tFileProperties ?
Ajax, CSS, HTML, Jquery, Jquery-ui,
Posted by Tobirama 1 year ago
Category : Development
How to implement DataTable with MaterializeCss
CSS, HTML, Javascript,
Posted by Tobirama 1 year ago
Category : Development
Customer Editor for INPUT
Email, Laravel,
Posted by Tobirama 1 year ago
Category : Development
Laravel default notification email template
Laravel,
Posted by Tobirama 1 year ago
Category : Development
Laravel , How to Save User's Last Login Time and IP Address
Laravel, MYSQL,
Posted by Tobirama 1 year ago
Category : Development
Laravel Multiple Database Connection
Excel, Laravel,
Posted by Tobirama 1 year ago
Category : Development
laravel excel read file without import to database
Laravel, Package,
Posted by Tobirama 1 year ago
Category : Development
laravel composer install tools and ignore errors
Email, Laravel,
Posted by Tobirama 1 year ago
Category : Development
Send invite to Emails not registered in the system
Node.js,
Posted by Tobirama 1 year ago
Category : Development
nodejs "npm ERR! code SELF_SIGNED_CERT_IN_CHAIN"
JSON, Talend,
Posted by Maravilla 1 year ago
Category : Development
How to POST JSON with REST API in Talend Studio
SQL,
Posted by Maravilla 1 year ago
Category : Database
How to reset locks in postgresql tables
Ionic,
Posted by Louis Bertson 1 year ago
Category : Development
Update Capacitor native platforms, install Capacitor/Cordova plugins
Angular, Capacitor, Cordova,
Posted by Louis Bertson 1 year ago
Category : Development
@Ionic/Angular peer dependency on rxjs conflicts with @ionic-native/core