Merge "Revert "DO NOT MERGE: pinner: Toggle camera pinning on by default"" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ae7d379be4
@@ -103,7 +103,7 @@ public final class PinnerService extends SystemService {
|
|||||||
private static boolean PROP_PIN_CAMERA =
|
private static boolean PROP_PIN_CAMERA =
|
||||||
DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_RUNTIME_NATIVE_BOOT,
|
DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_RUNTIME_NATIVE_BOOT,
|
||||||
"pin_camera",
|
"pin_camera",
|
||||||
SystemProperties.getBoolean("pinner.pin_camera", true));
|
SystemProperties.getBoolean("pinner.pin_camera", false));
|
||||||
// Pin using pinlist.meta when pinning apps.
|
// Pin using pinlist.meta when pinning apps.
|
||||||
private static boolean PROP_PIN_PINLIST = SystemProperties.getBoolean(
|
private static boolean PROP_PIN_PINLIST = SystemProperties.getBoolean(
|
||||||
"pinner.use_pinlist", true);
|
"pinner.use_pinlist", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user