File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
samples/user-interface/quicksettings Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android {
26
26
27
27
defaultConfig {
28
28
minSdk = 21
29
- targetSdk = 35
29
+ targetSdk = 36
30
30
}
31
31
kotlinOptions {
32
32
jvmTarget = " 1.8"
Original file line number Diff line number Diff line change 33
33
<intent-filter >
34
34
<action android : name =" android.service.quicksettings.action.QS_TILE" />
35
35
</intent-filter >
36
-
37
36
<!--
38
37
This tile listens and keeps track of its state when the app calls
39
38
[TileService.requestListeningState].
47
46
<meta-data
48
47
android : name =" android.service.quicksettings.TOGGLEABLE_TILE"
49
48
android : value =" true" />
49
+ <!--
50
+ Categorize this tile as a Utility so that it's organized in that category in
51
+ Quick Settings edit. Available in Android 16 QPR 2
52
+ Build.VERSION_CODES_FULL.BAKLAVA_1
53
+ -->
54
+ <meta-data
55
+ android : name =" android.service.quicksettings.TILE_CATEGORY"
56
+ android : value =" android.service.quicksettings.CATEGORY_UTILITIES" />
50
57
</service >
51
58
52
59
</application >
You can’t perform that action at this time.
0 commit comments