Skip to content

Commit 8f34a8c

Browse files
burnsraGodFox
authored andcommitted
Add Quick Settings USB Tether tile (2 of 2)
Patch Set 8: Make tile dynamic - Thanks to Björn Lundén for the drawables Change-Id: I414848f6cb8a789d0b5edfcb79ab53cb85ebc20e
1 parent 377c3d2 commit 8f34a8c

14 files changed

Lines changed: 169 additions & 0 deletions

File tree

core/java/android/provider/Settings.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,6 +2591,13 @@ public static void setShowGTalkServiceStatusForUser(ContentResolver cr, boolean
25912591
*/
25922592
public static final String QS_DYNAMIC_IME = "qs_dyanmic_ime";
25932593

2594+
/**
2595+
* Quick Settings Panel Dynamic Tiles
2596+
*
2597+
* @hide
2598+
*/
2599+
public static final String QS_DYNAMIC_USBTETHER = "qs_dyanmic_usbtether";
2600+
25942601
/**
25952602
* Quick Settings Panel Dynamic Tiles
25962603
*
3.41 KB
Loading
3.53 KB
Loading
3.43 KB
Loading
3.25 KB
Loading
3.3 KB
Loading
3.26 KB
Loading
3.63 KB
Loading
3.78 KB
Loading
3.65 KB
Loading

0 commit comments

Comments
 (0)