File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
samples/user-interface/quicksettings/src/main Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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].
49
48
android : value =" true" />
50
49
<!--
51
50
Categorize this tile as a Utility so that it's organized in that category in
52
- Quick Settings edit. Available in Android 16.1.
51
+ Quick Settings edit. Available in Android 16 QPR 2
52
+ Build.VERSION_CODES_FULL.BAKLAVA_1
53
53
-->
54
- <meta-data android : name =" android.service.quicksettings.TILE_CATEGORY"
54
+ <meta-data
55
+ android : name =" android.service.quicksettings.TILE_CATEGORY"
55
56
android : value =" android.service.quicksettings.CATEGORY_UTILITIES" />
56
57
</service >
57
58
You can’t perform that action at this time.
0 commit comments