- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2022 05:40 PM in
Galaxy SSolved! Go to Solution.
- « Previous
- Next »
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2022 01:46 PM in
Galaxy SI used:
adb shell
to get all package names I did:
pm list packages
then to remove permissions:
appops set <PackageName> AUTO_REVOKE_PERMISSIONS_IF_UNUSED ignore
and
appops set --uid <PackageName> AUTO_REVOKE_PERMISSIONS_IF_UNUSED ignore
I put all the package names in Notepad++ and replaced package: with appops set and appops set --uid and then added the permission and ignore to the end of every line. Then copied everything and pasted it into the adb shell.
Hope this helps!
- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2023 01:42 AM in
Galaxy S- Mark as New
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 12:50 PM in
Galaxy S
- « Previous
- Next »