LightningLauncher icon indicating copy to clipboard operation
LightningLauncher copied to clipboard

Create one APK with cumulative permissions

Open summer-son opened this issue 1 year ago • 1 comments

Now that users can manually enable needed permissions in app's settings, all needed permissions could be collected in one APK, and the user can afterwards enable the needed ones instead of installing numerous APKs with single permissions.

Also added:

  • ACCESS_BACKGROUND_LOCATION (may be required for some cases after API 29)
  • READ_PHONE_STATE (e.g. to display operator name)

This PR is only for AndroidManifest.xml with permissions, other supported files might be copied from other APKs or partially created automatically during build - I do not know how the proper way to introduce them here.

summer-son avatar Dec 29 '23 10:12 summer-son