diff options
| author | 2021-06-04 14:41:29 -0400 | |
|---|---|---|
| committer | 2021-06-04 14:41:29 -0400 | |
| commit | 6cb2b90b1176f9c94f90bd60ce2b14e180d60b39 (patch) | |
| tree | 212384beac5eacb86b7259b0c52079bb4ced0145 | |
| parent | 598a1595e361912ac78e00f4482070a272ac4497 (diff) | |
Set new default tiles
Test: manual
Fixes: 186534935
Change-Id: I8a0ab95a7f836fe327a8ff0afe8888ccdf34b49b
| -rw-r--r-- | packages/SystemUI/res/values/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml index 119507b67e9a..5640808f737f 100644 --- a/packages/SystemUI/res/values/config.xml +++ b/packages/SystemUI/res/values/config.xml @@ -99,7 +99,7 @@ <!-- The default tiles to display in QuickSettings --> <string name="quick_settings_tiles_default" translatable="false"> - internet,wifi,bt,dnd,flashlight,rotation,battery,cell,airplane,cast,screenrecord + internet,bt,flashlight,dnd,alarm,airplane,controls,wallet,rotation,battery,cast,screenrecord,mictoggle,cameratoggle </string> <!-- The minimum number of tiles to display in QuickSettings --> @@ -107,7 +107,7 @@ <!-- Tiles native to System UI. Order should match "quick_settings_tiles_default" --> <string name="quick_settings_tiles_stock" translatable="false"> - internet,wifi,cell,battery,dnd,flashlight,rotation,bt,airplane,location,hotspot,inversion,saver,dark,work,cast,night,screenrecord,reverse,reduce_brightness,cameratoggle,mictoggle,controls,alarm,wallet + internet,wifi,cell,bt,flashlight,dnd,alarm,airplane,controls,wallet,rotation,battery,cast,screenrecord,mictoggle,cameratoggle,location,hotspot,inversion,saver,dark,work,night,reverse,reduce_brightness </string> <!-- The tiles to display in QuickSettings --> |