| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
AppControlX is a native Android app management utility built with Kotlin and Jetpack Compose.
No WebView, React, or JavaScript bridge is used in v4.
./gradlew lintDebug testDebugUnitTest assembleDebugDebug APK output:
app/build/outputs/apk/debug/
Release builds require signing environment variables. There is no debug-key fallback for release.
Required variables:
Build command:
./gradlew assembleReleaseRelease APK output:
app/build/outputs/apk/release/
The app requests INTERNET permission in the manifest. Core app-management and monitoring flows are local/on-device and do not rely on a remote backend service.
GPL-3.0
| Back | FazBrowse Home | New Git URL |