system_app_classifier

command
v0.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2026 License: CC0-1.0 Imports: 8 Imported by: 0

Documentation

Overview

Classify installed packages as system or user apps.

Uses IPackageManager via the "package" service to get ApplicationInfo for each installed package, then checks the Flags field to distinguish system apps (FLAG_SYSTEM = 0x1) from user-installed apps.

Build:

GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -o build/system_app_classifier ./examples/system_app_classifier/
adb push build/system_app_classifier /data/local/tmp/ && adb shell /data/local/tmp/system_app_classifier

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL