Skip to content

Commit

Permalink
android: mark Quick Settings tile as toggleable (#594)
Browse files Browse the repository at this point in the history
Signed-off-by: Jarne Demeulemeester <[email protected]>
  • Loading branch information
jarnedemeulemeester authored Jan 15, 2025
1 parent b1bc451 commit a2850b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
<meta-data
android:name="android.service.quicksettings.TOGGLEABLE_TILE"
android:value="true" />
</service>

<meta-data
Expand Down

0 comments on commit a2850b1

Please sign in to comment.