Add a shortcut to open app settings

This commit is contained in:
Super12138 2024-03-23 21:56:05 +08:00
parent c1d499a3c0
commit 99329119f7

View file

@ -29,7 +29,11 @@
android:name=".views.settings.SettingsActivity"
android:exported="false"
android:label="@string/settings_label"
android:launchMode="singleTask" />
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
</intent-filter>
</activity>
<activity
android:name=".views.all.AllTasksActivity"
android:exported="false"