Search code examples
android-permissions

Is it possible to remove the requirement for Android permission requests for internally distributed apps?


We have an app distributed only internally. It is never published in any store. Is there a way to grant the app all the permissions by default so that there will be no need to request any permissions? Or, is there a way to configure an Android device to grant an app all the permissions in advance to avoid runtime permission requests?


Solution

  • Make the app target API 22 or lower.