Open Lawnchair settings when ‘Home settings’ is tapped

This commit is contained in:
Patryk Michalik
2021-02-28 19:46:54 +01:00
parent c930b5f9fb
commit d48acc70e0
3 changed files with 6 additions and 2 deletions

View File

@@ -166,7 +166,7 @@
android:label="@string/settings_button_text"
android:theme="@style/HomeSettingsTheme"
android:autoRemoveFromRecents="true">
<intent-filter>
<intent-filter android:priority="-1">
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>