Skip to content

Commit 58da57f

Browse files
committed
docs: update README with new features, platform support, fix log_no_mode string
1 parent 1c5d5d8 commit 58da57f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ A powerful Android application for controlling app behavior, battery optimizatio
1717
- **Real-time Status** - View current background restriction status per app
1818

1919
### Tools
20-
- **Activity Launcher** - Launch hidden activities from any app
20+
- **Activity Launcher** - Launch hidden activities from any app (long press to copy)
21+
- **Manage Unknown Sources** - Control app install permissions
22+
- **Manage Apps (AOSP)** - Pure AOSP app manager
2123
- **Extra Dim** - Reduce screen brightness below minimum
2224
- **Notification Log/History** - Access notification records
2325
- **Battery Usage** - View app battery consumption
@@ -37,14 +39,20 @@ A powerful Android application for controlling app behavior, battery optimizatio
3739
|----------|---------|---------|
3840
| Android Stock | 10 - 15 | Full |
3941
| MIUI/HyperOS | 12+ | Full |
42+
| Samsung OneUI | 3+ | Full |
43+
| ColorOS/Realme | 11+ | Full |
44+
| OxygenOS | 11+ | Full |
4045
| Custom ROM | Android 10+ | Full |
4146

47+
### Protected System Apps
48+
SafetyValidator blocks critical system packages from being disabled/frozen to prevent bricking. Covers AOSP, Google, Xiaomi, Samsung, OPPO, Vivo, Huawei, OnePlus, Nothing, and more.
49+
4250
## Requirements
4351

4452
- Android 10+ (API 29)
4553
- One of the following:
4654
- **Root access** (Magisk recommended)
47-
- **Shizuku** installed and activated
55+
- **Shizuku** installed and activated (full features, no root needed)
4856

4957
## Installation
5058

@@ -119,7 +127,7 @@ appops set <package> WAKE_LOCK ignore # Disable wake lock
119127

120128
| Issue | Status | Impact |
121129
|-------|--------|--------|
122-
| App running detection may fail | Won't Fix (Lazy) | Sorting by running status doesn't work reliably |
130+
| Running detection uses inverse logic | By Design | Apps without STOPPED/FROZEN badge = RUNNING |
123131

124132
## Contributing
125133

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<string name="log_title">Action Logs</string>
239239
<string name="log_clear_all">Clear All</string>
240240
<string name="log_empty">No actions logged yet</string>
241-
<string name="log_no_mode">Root mode required</string>
241+
<string name="log_no_mode">Root or Shizuku mode required</string>
242242
<string name="log_packages_count">%d packages</string>
243243
<string name="log_status_success">Success</string>
244244
<string name="log_status_failed">Failed</string>

0 commit comments

Comments
 (0)