Skip to content

Commit fa6fffe

Browse files
committed
Make manager activity as qs tile preference again
This is one method to open manager when activity disabled, i forgot this.
1 parent 3216fa4 commit fa6fffe

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
<intent-filter>
4545
<action android:name="android.intent.action.MAIN" />
4646
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
47+
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
4748
</intent-filter>
4849
</activity-alias>
4950

@@ -241,11 +242,7 @@
241242
android:label="@string/history"
242243
android:launchMode="singleTop"
243244
android:noHistory="true"
244-
android:theme="@style/AppTheme.Transparent">
245-
<intent-filter>
246-
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
247-
</intent-filter>
248-
</activity>
245+
android:theme="@style/AppTheme.Transparent" />
249246

250247
<!-- Music search quick settings tile -->
251248

0 commit comments

Comments
 (0)