Skip to content

Commit 421648e

Browse files
Amith YamasaniAndroid (Google) Code Review
authored andcommitted
Merge "Backup owner info as part of settings backup. DO NOT MERGE." into ics-mr0
2 parents c0c394e + aee2687 commit 421648e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/java/android/provider/Settings.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4087,7 +4087,9 @@ public static final String getBluetoothInputDevicePriorityKey(String address) {
40874087
MOUNT_UMS_AUTOSTART,
40884088
MOUNT_UMS_PROMPT,
40894089
MOUNT_UMS_NOTIFY_ENABLED,
4090-
UI_NIGHT_MODE
4090+
UI_NIGHT_MODE,
4091+
LOCK_SCREEN_OWNER_INFO,
4092+
LOCK_SCREEN_OWNER_INFO_ENABLED
40914093
};
40924094

40934095
/**

0 commit comments

Comments
 (0)