Android notes

Keep the launcher from hibernating, install an APK with pm, and skip media scan with .nomedia.

UjnotesCC0 1.0

Keep the launcher from hibernating, install an APK with pm, and skip media scan with .nomedia.

Prevent launcher hibernate

ro.HOME_APP_ADJ=1

Install APK

pm install -r "/data/local/tmp/com._"

Prevent media scan of directory

Create file: .nomedia

Updated: 2026 Aug 19