Added in-app settings shortcut from system settings

This commit is contained in:
Viktor De Pasquale
2019-10-06 12:20:05 +02:00
parent 8024089bde
commit 8999a57f06
5 changed files with 34 additions and 4 deletions

View File

@@ -36,6 +36,16 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity-alias
android:name="a.s"
android:targetActivity="a.c">
<intent-filter>
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity-alias>
<activity
android:name="a.f"
android:configChanges="keyboardHidden|orientation|screenSize"