Add shortcut to notification preferences

pull/574/head
Alex Baker 7 years ago
parent 266cb5640d
commit aaf6a5b31b

@ -375,7 +375,14 @@
<activity
android:name="com.todoroo.astrid.reminders.ReminderPreferences"
android:label="@string/notifications"
android:theme="@style/Tasks"/>
android:theme="@style/Tasks">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.NOTIFICATION_PREFERENCES" />
</intent-filter>
</activity>
<activity
android:name=".voice.VoiceCommandActivity"

Loading…
Cancel
Save