tree: 3714367b3db3937f24be7a78655603e84993f24f [path history] [tgz]
  1. sample1/
  2. sample2/
  3. sample3/
  4. README.md
samples/README.md

AAOS SystemUI Sample RRO's

Each sample demonstrates the effects of overriding some configs in AAOS SystemUI.

How to build and install RRO

# Enable RRO for the user 0
adb shell cmd overlay enable --user 0 com.android.systemui.rro
# Build all sample RRO's
mmma {path to the samples directory}
# Install one of the sample RRO's
adb install {path to the RRO apk}
# Restart SystemUI
adb shell pkill -TERM -f com.android.systemui