32 lines
1.4 KiB
Diff
32 lines
1.4 KiB
Diff
From dce279f20b8973aa0660d98864c9ad8d56b56514 Mon Sep 17 00:00:00 2001
|
|
From: Danny Lin <danny@kdrag0n.dev>
|
|
Date: Sat, 16 Oct 2021 03:27:23 -0700
|
|
Subject: [PATCH 20/21] SystemUI: Expose legacy Wi-Fi and cellular data QS
|
|
tiles
|
|
|
|
We'll still use Android 12's unified internet settings and the Internet
|
|
tile by default, but expose the legacy Wi-Fi and cellular data tiles so
|
|
that users can add them with the QS customizer.
|
|
|
|
Change-Id: I65902b38c99f61782bd9aa0ea604848fbd068bda
|
|
---
|
|
packages/SystemUI/res/values/config.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
|
|
index 14276754e450..c99ab8bf5e9a 100644
|
|
--- a/packages/SystemUI/res/values/config.xml
|
|
+++ b/packages/SystemUI/res/values/config.xml
|
|
@@ -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,bt,flashlight,dnd,alarm,airplane,controls,wallet,rotation,battery,cast,screenrecord,mictoggle,cameratoggle,location,hotspot,inversion,saver,dark,work,night,reverse,reduce_brightness
|
|
+ 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 -->
|
|
--
|
|
2.25.1
|
|
|