summaryrefslogtreecommitdiff
path: root/samples/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'samples/README.md')
-rw-r--r--samples/README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/samples/README.md b/samples/README.md
index 39102c96..58c9a79e 100644
--- a/samples/README.md
+++ b/samples/README.md
@@ -6,7 +6,15 @@ Each sample demonstrates the effects of overriding some configs in AAOS SystemUI
```bash
# Enable RRO for the user 0
-adb shell cmd overlay enable --user 0 com.android.systemui.rro
+adb shell cmd overlay enable --user 0 com.android.systemui.rro.bottom
+adb shell cmd overlay enable --user 0 com.android.systemui.rro.bottom.rounded
+adb shell cmd overlay enable --user 0 com.android.systemui.rro.right
+adb shell cmd overlay enable --user 0 com.android.systemui.rro.left
+
+# To make system bar persistent, apply com.android.systemui.rro.persistent to both user 10 and user 0
+adbemu shell cmd overlay enable --user 0 com.android.systemui.rro.persistent
+adbemu shell cmd overlay enable --user 10 com.android.systemui.rro.persistent
+
# Build all sample RRO's
mmma {path to the samples directory}
# Install one of the sample RRO's