TrianguloY / LightningLauncher

More than a simple Android launcher, Lightning is a fast, light and extremely customizable tool to build the perfect home screen. To build your home screen.
https://www.lightninglauncher.com/
MIT License
32 stars 3 forks source link

Create one APK with cumulative permissions #23

Open summer-son opened 6 months ago

summer-son commented 6 months ago

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:

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.

TrianguloY commented 6 months ago

Looks interesting, thanks! But before merging I would prefer it to be a full buildeable project (that I can even add to the Github action).

I'll try to find time to do it, but knowing me it will be improbable. If you or someone else can help do it that would be really appreciated!

It should be similar to the others, maybe a copy paste is enough, although they will probably need to be updated with the latest sdk and versions.