We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c88412 commit 52cae39Copy full SHA for 52cae39
app/src/main/AndroidManifest.xml
@@ -27,6 +27,7 @@
27
<intent-filter>
28
<action android:name="android.intent.action.MAIN" />
29
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
30
+ <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
31
<category android:name="android.intent.category.LAUNCHER" />
32
</intent-filter>
33
<meta-data
0 commit comments