Mark quick settings tile as toggleable (#6464)

This removes the arrow that is currently displayed in the tile. That arrow is only shown on tiles that open a dialog or activity.
This commit is contained in:
mueller-ma 2023-05-05 17:18:42 +02:00 committed by GitHub
parent ca0be76fdc
commit 5a74279ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
<meta-data android:name="android.service.quicksettings.ACTIVE_TILE" android:value="true" />
<meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" android:value="true" />
</service>
</application>