Merge "Add System setting key VIBRATE_ON to backup list"

This commit is contained in:
Lais Andrade
2022-09-20 16:00:13 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 1 deletions

View File

@@ -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,

View File

@@ -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?