KSU WebUI information

This commit is contained in:
KOWX712
2024-11-04 02:18:50 +08:00
parent a2c062fb32
commit 2b023ca1ba
3 changed files with 6 additions and 3 deletions
+6 -1
View File
@@ -4,13 +4,18 @@ An addon module for tricky store
--- ---
## Description ## Description
- Automated script to update tricky store target list. - Automated script to update tricky store target list.
- Custom config: ADDITION and EXCLUDE in `/data/adb/tricky_store/target_list_config`
- System app excluded by default - System app excluded by default
- This is **not** a necessary module for root hide but for those who lazy to do it manually - This is **not** a necessary module for root hide but for those who lazy to do it manually
## Requirements ## Requirements
- Tricky store module installed - Tricky store module installed
## Custom Configuration
- ADDITION and EXCLUDE in `/data/adb/tricky_store/target_list_config`
- EXCLUDE for removing unnecessary apps
- ADDITION for adding back system app excluded by default
- Configuration list with **KSU WebUI** (For KernelSU and Apatch users)
## Instructions ## Instructions
### Automatic update ### Automatic update
- On boot - On boot
-1
View File
@@ -2,7 +2,6 @@
# DO NOT remove the default app here # DO NOT remove the default app here
# You can add your custom addition app's package name here # You can add your custom addition app's package name here
# Each app package name should be on a new line # Each app package name should be on a new line
com.google.android.gms com.google.android.gms
io.github.vvb2060.keyattestation io.github.vvb2060.keyattestation
io.github.vvb2060.mahoshojo io.github.vvb2060.mahoshojo
-1
View File
@@ -2,7 +2,6 @@
# DO NOT remove the default app here # DO NOT remove the default app here
# You can add your custom exclusion app here # You can add your custom exclusion app here
# Each app package name should be on a new line # Each app package name should be on a new line
oneplus oneplus
coloros coloros
com.android.patch com.android.patch