Revert "DO NOT MERGE: pinner: Toggle camera pinning on by default"
Revert "DO NOT MERGE: properties: Toggle iorapd off by default." Revert submission 10488248-iorap-off-by-default Reason for revert: we now have better debugging support (dumpsys/systrace) in iorapd Reverted Changes: I805731d56:DO NOT MERGE: pinner: Toggle camera pinning on by ... I04f249da4:DO NOT MERGE: properties: Toggle iorapd off by def... Bug: 150711178 Change-Id: Ied7176eb15da5cf89891b6aeec078aa25d03ebcb
This commit is contained in:
@@ -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", true));
|
||||
SystemProperties.getBoolean("pinner.pin_camera", false));
|
||||
// Pin using pinlist.meta when pinning apps.
|
||||
private static boolean PROP_PIN_PINLIST = SystemProperties.getBoolean(
|
||||
"pinner.use_pinlist", true);
|
||||
|
||||
Reference in New Issue
Block a user