Add System setting key VIBRATE_ON to backup list
Change-Id: Idfeff5a3a0de14fcf1ad109ba37f0943da05c9fd Fix: 245442296 Test: SettingsBackupTest
This commit is contained in:
@@ -72,6 +72,7 @@ public class SystemSettings {
|
||||
Settings.System.SIP_CALL_OPTIONS,
|
||||
Settings.System.SIP_RECEIVE_CALLS,
|
||||
Settings.System.POINTER_SPEED,
|
||||
Settings.System.VIBRATE_ON,
|
||||
Settings.System.VIBRATE_WHEN_RINGING,
|
||||
Settings.System.RINGTONE,
|
||||
Settings.System.LOCK_TO_APP_ENABLED,
|
||||
|
||||
@@ -83,7 +83,6 @@ public class SettingsBackupTest {
|
||||
Settings.System.SYSTEM_LOCALES, // bug?
|
||||
Settings.System.USER_ROTATION, // backup candidate?
|
||||
Settings.System.VIBRATE_IN_SILENT, // deprecated?
|
||||
Settings.System.VIBRATE_ON, // candidate for backup?
|
||||
Settings.System.VOLUME_ACCESSIBILITY, // used internally, changing value will
|
||||
// not change volume
|
||||
Settings.System.VOLUME_ALARM, // deprecated since API 2?
|
||||
|
||||
Reference in New Issue
Block a user