Skip to content

Commit aee2687

Browse files
author
Amith Yamasani
committed
Backup owner info as part of settings backup. DO NOT MERGE.
[Cherry pick from master] Added these settings to the whitelist: Settings.Secure.LOCK_SCREEN_OWNER_INFO_ENABLED Settings.Secure.LOCK_SCREEN_OWNER_INFO Bug: 5342797 Change-Id: I1bd4d04b5651b61919efd8c1b25c04acc5806f4a
1 parent 99f3668 commit aee2687

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)