Please check before submitting
Describe the problem the feature solves
this feature will solve issues related to permission privacy
where user want to maximize privacy as possible but couldn't revoke permission if app launched
Describe the solution you'd like
Implement Permission watcher Checker where is permission will be auto revoked / allowed / ignored depend on user desired condition / situation
and schedule checker for checking if permission is already set by user or not
Describe alternatives you've considered
Permission that needed at least ADB but AMNG can leverage accessibility service to do same thing however accessibility method is quite annoying than ADB or Root
Fit with AppManagerNG constraints
this feature only need ADB or Accessibility service which is offline or local on your devices only thuz comply with Privacy and security practice
Additional context
References:
- PMX PRO Permission Watcher
- PMX PRO Schedule Checker
- Bouncer Temporary / OTP
Developer might want consider to add all available privilige because:
- Root:
• Not All People can root their devices
• Root is inconvenient if seen from security / PI POV
- ADB:
• Depend on OEM ADB Privilige can be crippled due to missing required permission
- Accessibility services:
• User must wait due to "Loading Screen"
Please check before submitting
CONTRIBUTING.mdand the relevant sections of theROADMAP.md.Describe the problem the feature solves
this feature will solve issues related to permission privacy
where user want to maximize privacy as possible but couldn't revoke permission if app launched
Describe the solution you'd like
Implement Permission watcher Checker where is permission will be auto revoked / allowed / ignored depend on user desired condition / situation
and schedule checker for checking if permission is already set by user or not
Describe alternatives you've considered
Permission that needed at least ADB but AMNG can leverage accessibility service to do same thing however accessibility method is quite annoying than ADB or Root
Fit with AppManagerNG constraints
this feature only need ADB or Accessibility service which is offline or local on your devices only thuz comply with Privacy and security practice
Additional context
References:
Developer might want consider to add all available privilige because:
• Not All People can root their devices
• Root is inconvenient if seen from security / PI POV
• Depend on OEM ADB Privilige can be crippled due to missing required permission
• User must wait due to "Loading Screen"