Skip to content

Commit d4fa6d6

Browse files
committed
feat: add LSPosed helper readme
1 parent 38705dd commit d4fa6d6

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

lsposed-helper/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# ColorOS Themes LSPosed Helper
2+
3+
Experimental customer helper APK for OPPO, OnePlus, and realme theme testing.
4+
5+
## Current version
6+
7+
`0.1.0`
8+
9+
## What it does now
10+
11+
- Opens a simple customer dashboard
12+
- Shows device information
13+
- Opens safe Android settings screens
14+
- Includes LSPosed module metadata
15+
- Includes a safe hook entry that logs only when safe hooks are enabled at build time
16+
17+
## What it does not do yet
18+
19+
- It does not force system theme changes
20+
- It does not modify third-party apps
21+
- It does not apply paid/protected theme files
22+
- It does not promise universal Android 15/16/17 support
23+
24+
## Build APK
25+
26+
From this folder:
27+
28+
```bash
29+
gradle :app:assembleDebug
30+
```
31+
32+
Output:
33+
34+
```text
35+
app/build/outputs/apk/debug/app-debug.apk
36+
```
37+
38+
GitHub Actions can build it automatically using `.github/workflows/build-lsposed-apk.yml`.

0 commit comments

Comments
 (0)