Settings: Add a 'Cast' entry point under Sound & notification.

Bug: 19779557
Change-Id: I2d2a9e366eabfbc17f706813c9018275746d89b7
This commit is contained in:
John Spurlock
2015-03-17 15:38:27 -04:00
parent 04806d8f49
commit cfe4aedc47
3 changed files with 9 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ public class NotificationSettings extends SettingsPreferenceFragment implements
private static final String KEY_PHONE_RINGTONE = "ringtone";
private static final String KEY_NOTIFICATION_RINGTONE = "notification_ringtone";
private static final String KEY_VIBRATE_WHEN_RINGING = "vibrate_when_ringing";
private static final String KEY_WIFI_DISPLAY = "wifi_display";
private static final String KEY_NOTIFICATION = "notification";
private static final String KEY_NOTIFICATION_PULSE = "notification_pulse";
private static final String KEY_LOCK_SCREEN_NOTIFICATIONS = "lock_screen_notifications";
@@ -601,6 +602,7 @@ public class NotificationSettings extends SettingsPreferenceFragment implements
} else {
rt.add(KEY_RING_VOLUME);
rt.add(KEY_PHONE_RINGTONE);
rt.add(KEY_WIFI_DISPLAY);
rt.add(KEY_VIBRATE_WHEN_RINGING);
}
return rt;