opengapps/opengapps

Automate additional priv-apps permissions

Open

#874 opened on Aug 22, 2020

View on GitHub
 (1 comment) (6 reactions) (0 assignees)Shell (971 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (5,458 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Something should be added to the crawler/build scripts to extract and automatically add new required permissions, I should think.

Originally posted by @osm0sis in https://github.com/opengapps/opengapps/issues/873#issuecomment-678505040

The fix would go in add_sources.sh in the main repo. I do not have the time to add this but AOSP has a python script that is most of the way there.

Originally posted by @NicholasBuse in https://github.com/opengapps/opengapps/issues/873#issuecomment-678526394

This would fix ongoing bad builds from updated APKs causing bootloops for the masses, which are only being fixed reactionarily currently.

AOSP script: https://android.googlesource.com/platform/development/+/master/tools/privapp_permissions/privapp_permissions.py

Contributor guide