OSDN Git Service

Add setup UI for minimum delay between an app's notification sounds.
[android-x86/packages-apps-Settings.git] / res / xml / app_notification_settings.xml
index f438e2f..11057f3 100644 (file)
             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>