Skip to content

Commit a2850b1

Browse files
android: mark Quick Settings tile as toggleable (#594)
Signed-off-by: Jarne Demeulemeester <[email protected]>
1 parent b1bc451 commit a2850b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@
125125
<intent-filter>
126126
<action android:name="android.service.quicksettings.action.QS_TILE" />
127127
</intent-filter>
128+
<meta-data
129+
android:name="android.service.quicksettings.TOGGLEABLE_TILE"
130+
android:value="true" />
128131
</service>
129132

130133
<meta-data

0 commit comments

Comments
 (0)