Add a shortcut to open app settings
This commit is contained in:
parent
c1d499a3c0
commit
99329119f7
1 changed files with 5 additions and 1 deletions
|
|
@ -29,7 +29,11 @@
|
||||||
android:name=".views.settings.SettingsActivity"
|
android:name=".views.settings.SettingsActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:label="@string/settings_label"
|
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
|
<activity
|
||||||
android:name=".views.all.AllTasksActivity"
|
android:name=".views.all.AllTasksActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue