Skip to content

Commit 52cae39

Browse files
committed
Set MainActivity as qs tile preferences
1 parent 2c88412 commit 52cae39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<intent-filter>
2828
<action android:name="android.intent.action.MAIN" />
2929
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
30+
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
3031
<category android:name="android.intent.category.LAUNCHER" />
3132
</intent-filter>
3233
<meta-data

0 commit comments

Comments
 (0)