Skip to content

Commit 5476503

Browse files
committed
docs: mark helper apk as scaffold only
1 parent 5b7b161 commit 5476503

1 file changed

Lines changed: 19 additions & 23 deletions

File tree

lsposed-helper/README.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,34 @@
11
# ColorOS Themes LSPosed Helper
22

3-
Experimental customer helper APK for OPPO, OnePlus, and realme theme testing.
3+
Experimental customer helper scaffold for OPPO, OnePlus, and realme theme testing.
44

55
## Current version
66

77
`0.1.0`
88

9-
## What it does now
9+
## Current status
1010

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
11+
This folder is a scaffold, not a finished customer APK yet.
1612

17-
## What it does not do yet
13+
The source code for the actual LSPosed module behavior still needs real-device testing before customer release. Do not advertise this as stable.
1814

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
15+
## Planned safe features
2316

24-
## Build APK
17+
- Customer dashboard
18+
- Device information screen
19+
- Public Android settings shortcuts
20+
- Customer support report
21+
- Theme install guidance
22+
- Tested device status screen
2523

26-
From this folder:
24+
## Not included
2725

28-
```bash
29-
gradle :app:assembleDebug
30-
```
26+
- No third-party app modification
27+
- No paid theme conversion
28+
- No private customer data collection
29+
- No hidden tracking
30+
- No fake performance claims
3131

32-
Output:
32+
## Build status
3333

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`.
34+
The main module ZIP is the current build target. APK build workflow should be added only after the helper app source is complete and tested.

0 commit comments

Comments
 (0)