Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92442d55 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

Add directions about using TunerActivity to go/sysui-demo-mode.

Bug: N/A (doc change)
Flag: EXEMPT doc change
Test: EXEMPT doc change
Change-Id: Ife2985252a7c53f78c8eb2c39f16525ec1381c7a
parent c7fd0ccf
Loading
Loading
Loading
Loading
+17 −0
Original line number Original line Diff line number Diff line
@@ -183,3 +183,20 @@ elif [ $CMD == "off" ]; then
fi
fi
```
```


## See also: Tuner

SysUI also has a `TunerActivity` that can customize other behaviors of the
status bar, like showing seconds in the clock. It is not officially supported as
of Android P, but we do still have some support in code for it.

See go/enable-sysui-tuner for directions on enabling and launching the Tuner
activity. Copied here for reference:

```shell
adb root &&
adb shell pm enable com.android.systemui/.tuner.TunerActivity &&
adb shell am start -n com.android.systemui/.tuner.TunerActivity
```

After running the above, you can also find the Tuner activity in the Settings
app: Android Settings > System > System UI Tuner