App Settings Reborn
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.
Information:
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.
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 LTR
- Auto hide fullscreen (Android 11+)
- 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+)
- Added scopes
- Updated turkish translation
- Android 11 support (targetSdkVersion)
- Added light theme
- Added auto hide fullscreen option (Android 11+)
- Added force LTR option
- Improving the search box
Note
Auto hide option is part of the full screen option, allows you to enable auto hide status / navigation bars after a gesture. Please note that the full screen option does not prevent immersive mode.
Force LTR option disables layout mirroring for right-sided languages. Merged pull request #9.
- 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