https://github.com/ikas-mc/px-app
https://github.com/ikas-mc/px-app
android appops ifw permission-android xposed
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikas-mc/px-app
- Owner: ikas-mc
- Created: 2020-05-25T12:41:56.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T15:07:25.000Z (about 1 year ago)
- Last Synced: 2024-04-28T03:57:11.493Z (12 months ago)
- Topics: android, appops, ifw, permission-android, xposed
- Homepage:
- Size: 395 KB
- Stars: 53
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Invalid App
For Android 10+, Manage App/App Component(IFW)/Permission/AppOps
https://github.com/ikas-mc/px-app/wiki
![]()
## Download
https://github.com/ikas-mc/fdroid-repoNote
This app is a personal research app
This app may cause damage to your system or application, Please bear the consequencesThis app requires root or Sui/Shizuku
Root mode does not support running in background, if you need background, Please use Sui/Shizuku
Sui/Shizuku : https://github.com/RikkaApps/Sui## Rule Repo
### Public git repo
https://github.com/ikas-mc/px-repo
Common rules and templates### Private git repo
Custom rules, the same structure as the public library
You need create a private repo by yourselfPrivate repo uses ssh protocol, add Deploy keys in the github project settings, and then upload the key on the app settings page
https://docs.github.com/v3/guides/managing-deploy-keys/#deploy-keys## AppOps patch
Android 10+ may modify/synchronize/reset AppOps by default
If you want to independently set the appops, you must prevent this modification behavior of the systemRef wiki:https://github.com/ikas-mc/px-app/wiki/AppOps
Note: Only support vanilla system, third-party system have their own modifications#### Hook AppOps
Choose one of the following 2 options1. Magisk module
Modify the system service.jar, and then make magisk module
https://github.com/ikas-mc/Prevent-Op-Sync-Patcher2. Xposed module
https://repo.xposed.info/module/ikas.android.projectx.hook.prevent#### Config
Open app and go to mode page then check appOps option## ifw
Note:
Disable some components may cause the system to restart indefinitely and enter recovery modeTemporary solution:
https://github.com/ikas-mc/px-app/issues/1## source
Not open source yet
The plug-in source code can refer to:
https://github.com/ikas-mc/Prevent-Op-Sync-Patcher