App Settings Reborn
This is restored version of the application for working on Android 8.0+
Original module:
https://repo.xposed.info/module/de.robv.android.xposed.mods.appsettings
Using the function revoke/restore permissions: select the permissions and click ok + save, reboot, return to the submenu of the target application and click save again, reboot.
Compatibility:
The application is tested only on Android 10/11 (Samsung firmware), but has theoretical support for earlier versions of the OS. I do not guarantee work on other firmware. I also note that not all applications will work with all functions.
If you do not see errors in edxposed logs from this module, then your firmware requires additional hooks. I cannot provide development for such devices.
Features:
- Screenshot control
- density / dpi
- font scale
- fake screen size for resources loading
- locale (language)
- fullscreen mode
- hide title bar
- keep screen on while app is visible
- show app above lockscreen
- disable fullscreen keyboard input
- force orientation (portrait/landscape/auto)
- mute audio (for most apps)
- insistent notifications (loop the sound / reboot required)
- force or prevent ongoing notifications (reboot required)
- mute notifications (reboot required)
- stay resident in memory (reboot required)
- force or exclude app from recents (reboot required)
- access to recent tasks (reboot required)
- revoke permissions (double reboot required)
- force using legacy (navbar) menu button (not available on OS 10.0+)
- notifications priority (not available on OS 8.0+)
- disable big (expanded) notifications (not available on OS 6.0+)
- Fixes
- Added backward compatibility with frameworks below version 0.5.1.3
- Added SELinux checker. Required for backward compatibility.
- Migrate to Appcompat(Material) theme
- Android 11 xposed compatibility
- Increased minimum API to 21 (Android 5.0)
- Migrate to new XSharedPreferences. The module can now work with enforced SELinux. Requires EdXposed Framework v0.5.1.4+
- Backup / Restore using system DocumentUI
- Increased minimum API to 19 (Android 4.4)
- Initial repo release
- Add Screenshot control
- Add access to recent tasks
- Reboot device with xposed
- New implementation for export / import
- Migrate Xposed Preferences to Protected Storage
- Code fixes