Skip to content

Commit ac3e207

Browse files
committed
add version and format changes
Change-Id: Iab0b01de7ce02727869d479de64a17c6737715df
1 parent 3a795c2 commit ac3e207

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

samples/user-interface/quicksettings/src/main/AndroidManifest.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
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].
@@ -49,9 +48,11 @@
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

0 commit comments

Comments
 (0)