MuntashirAkon / AppManager

A full-featured package manager and viewer for Android
https://muntashirakon.github.io/AppManager/
Other
4.49k stars 264 forks source link

Auto-reset permissions #716

Open MuntashirAkon opened 2 years ago

MuntashirAkon commented 2 years ago

Android 11 introduced a new feature known as “auto-reset permissions” which keeps track of the unused apps and offer to reset permissions for the selected apps. Recently, Google Play Protect has introduced similar features with backward compatibility from Android 6. Our intention is to take it to the next level (and help the deGoogled users) by introducing similar features in App Manager:

  1. Let the user select an interval for outdated apps (default: 3 months but may not work in all platforms) and scan interval (default: no scan)
  2. Scan and list outdated apps with dangerous permissions and app ops
  3. Provide options to ignore app ops or revoke permissions (or take an user to the settings page if root/ADB is unavailable)
Raif1 commented 2 years ago

Is there a way to add an option to turn of all the permissions when device is turned off ? Ofcourse users can check which apps to turn of like permission ruler.

MuntashirAkon commented 2 years ago

Is there a way to add an option to turn of all the permissions when device is turned off ?

No, but you can turn off all permissions after booting is complete. To do this, create a new profile with all the apps whose permissions you need to turn off, set permissions to *, and then set up the profile with apps such as Tasker as given in 3ab3c4a9.

rodrigoswz commented 1 year ago

@MuntashirAkon I was about to create an issue requesting Tasker integration when I found this mentioned API. In my case, I would like to launch activities from certain apps, something that is possible with Root Activity Launcher.

Would this be possible with App Manager?

MuntashirAkon commented 1 year ago

@MuntashirAkon I was about to create an issue requesting Tasker integration when I found this mentioned API. In my case, I would like to launch activities from certain apps, something that is possible with Root Activity Launcher.

Would this be possible with App Manager?

Via Tasker? Not possible. Via App Manager? Possible. But this is a completely irrelevant to the conversation here and should be asked by creating a separate thread.