1 parent 3216fa4 commit fa6fffeCopy full SHA for fa6fffe
1 file changed
app/src/main/AndroidManifest.xml
@@ -44,6 +44,7 @@
44
<intent-filter>
45
<action android:name="android.intent.action.MAIN" />
46
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
47
+ <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
48
</intent-filter>
49
</activity-alias>
50
@@ -241,11 +242,7 @@
241
242
android:label="@string/history"
243
android:launchMode="singleTop"
244
android:noHistory="true"
- android:theme="@style/AppTheme.Transparent">
245
- <intent-filter>
246
- <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
247
- </intent-filter>
248
- </activity>
+ android:theme="@style/AppTheme.Transparent" />
249
250
<!-- Music search quick settings tile -->
251
0 commit comments