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 3333 <intent-filter >
3434 <action android : name =" android.service.quicksettings.action.QS_TILE" />
3535 </intent-filter >
36-
3736 <!--
3837 This tile listens and keeps track of its state when the app calls
3938 [TileService.requestListeningState].
4948 android : value =" true" />
5049 <!--
5150 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
5353 -->
54- <meta-data android : name =" android.service.quicksettings.TILE_CATEGORY"
54+ <meta-data
55+ android : name =" android.service.quicksettings.TILE_CATEGORY"
5556 android : value =" android.service.quicksettings.CATEGORY_UTILITIES" />
5657 </service >
5758
You can’t perform that action at this time.
0 commit comments