As MANAGE_EXTERNAL_STORAGE is becoming problematic on Play Store, it would be great to avoid using it when it is not necessary (like saving in local app dir). This mandatory permission can make the app rejected by Google Play.
The permissions should be the responsability of the caller, as they are not always necessary.
As MANAGE_EXTERNAL_STORAGE is becoming problematic on Play Store, it would be great to avoid using it when it is not necessary (like saving in local app dir). This mandatory permission can make the app rejected by Google Play.
The permissions should be the responsability of the caller, as they are not always necessary.