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 {
2626
2727 defaultConfig {
2828 minSdk = 21
29- targetSdk = 35
29+ targetSdk = 36
3030 }
3131 kotlinOptions {
3232 jvmTarget = " 1.8"
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].
4746 <meta-data
4847 android : name =" android.service.quicksettings.TOGGLEABLE_TILE"
4948 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" />
5057 </service >
5158
5259 </application >
You can’t perform that action at this time.
0 commit comments