DO NOT MERGE: pinner: Toggle camera pinning on by default

Test: make
Bug: 150711178
Change-Id: I805731d565fe4c4809c6395c5363d35c1d83573a
This commit is contained in:
Igor Murashkin
2020-03-03 08:24:51 -08:00
parent a132d3b5e2
commit af9990bf70

View File

@@ -103,7 +103,7 @@ public final class PinnerService extends SystemService {
private static boolean PROP_PIN_CAMERA =
DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_RUNTIME_NATIVE_BOOT,
"pin_camera",
SystemProperties.getBoolean("pinner.pin_camera", false));
SystemProperties.getBoolean("pinner.pin_camera", true));
// Pin using pinlist.meta when pinning apps.
private static boolean PROP_PIN_PINLIST = SystemProperties.getBoolean(
"pinner.use_pinlist", true);