diff options
| author | Danny Baumann <dannybaumann@web.de> | 2016-10-19 13:39:33 +0200 |
|---|---|---|
| committer | Danny Baumann <dannybaumann@web.de> | 2016-10-27 05:12:02 -0700 |
| commit | a12c0a3ff1fdaecf15813de454a5db2de966d5e5 (patch) | |
| tree | d45d1e222067a377c6f42a8deb9ae8a6493cb6ed /res/xml | |
| parent | 046fc5c488de05cdfe6dc3a979c2d94d007b8b0b (diff) | |
| download | packages_apps_Settings-a12c0a3ff1fdaecf15813de454a5db2de966d5e5.tar.gz packages_apps_Settings-a12c0a3ff1fdaecf15813de454a5db2de966d5e5.tar.bz2 packages_apps_Settings-a12c0a3ff1fdaecf15813de454a5db2de966d5e5.zip | |
Add setup UI for minimum delay between an app's notification sounds.
Change-Id: I70e9cc308b4f7c7681457a0b09dd73e5d1aebb73
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/app_notification_settings.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/res/xml/app_notification_settings.xml b/res/xml/app_notification_settings.xml index f438e2fbc..11057f391 100644 --- a/res/xml/app_notification_settings.xml +++ b/res/xml/app_notification_settings.xml @@ -66,11 +66,19 @@ android:dependency="show_on_keyguard" android:persistent="false" /> + <ListPreference + android:key="sound_timeout" + android:title="@string/app_notification_sound_timeout_title" + android:entries="@array/app_notification_sound_timeout_entries" + android:entryValues="@array/app_notification_sound_timeout_values" + android:order="7" + android:persistent="false" /> + <!-- App notification preferences --> <Preference android:key="app_settings" android:title="@string/app_notification_preferences" - android:order="7" + android:order="8" android:persistent="false" /> </PreferenceScreen> |
