File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ` .
You can’t perform that action at this time.
0 commit comments