Skip to content

Commit

Permalink
Add a shortcut to open app settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Super12138 committed Mar 23, 2024
1 parent c1d499a commit 9932911
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9932911

Please sign in to comment.