dialog to enable notification access

This commit is contained in:
danijoo
2016-01-02 14:40:06 +01:00
parent dec245e12b
commit e91f4c86bc
4 changed files with 50 additions and 0 deletions

View File

@@ -5,6 +5,10 @@
<string name="main_snack_logging_disabled_warning">Logging is disabled.</string>
<string name="main_snack_logging_disabled_warning_action">Enable</string>
<string name="main_dialog_enable_notification_access_title">Enable Notification Access</string>
<string name="main_dialog_enable_notification_access_message">In order to log notifcations, this app needs access to your notification system.</string>
<string name="main_dialog_enable_notification_access_positive">Open settings</string>
<string name="main_dialog_enable_notification_access_negative">Cancel</string>
<string name="pref_category_notification_settings">Notification Settings</string>
<string name="pref_category_support">Support</string>