Skip to content

Commit

Permalink
Fix: force Active mode by default (recommended)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Nov 20, 2022
1 parent d7d17c3 commit f25a13d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

val versionMajor = 1
val versionMinor = 0
val versionPatch = 3
val versionPatch = 4
val versionBuild = 0

android {
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
android:icon="@drawable/ic_round_volume_up_24"
android:label="Sound"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE">
<meta-data
android:name="android.service.quicksettings.ACTIVE_TILE"
android:value="true" />
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
Expand Down

0 comments on commit f25a13d

Please sign in to comment.