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

Commit bd7fa20f authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Android (Google) Code Review
Browse files

Merge "Add directions about using TunerActivity to go/sysui-demo-mode." into main

parents a9dde9df 92442d55
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -183,3 +183,20 @@ elif [ $CMD == "off" ]; then
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