Index: build/android/provision_devices.py |
diff --git a/build/android/provision_devices.py b/build/android/provision_devices.py |
index f80eea2c73217dfff261e1e79c46ad76cb38fbed..beb4106a9bb25daf25980f1810c4b10ab9f6a203 100755 |
--- a/build/android/provision_devices.py |
+++ b/build/android/provision_devices.py |
@@ -164,6 +164,7 @@ def ProvisionDevices(options): |
else: |
device_settings_map.update(device_settings.ENABLE_LOCATION_SETTING) |
device_settings.ConfigureContentSettingsDict(device, device_settings_map) |
+ device_settings.SetLockScreenSettings(device) |
if is_perf: |
# TODO(tonyg): We eventually want network on. However, currently radios |
# can cause perfbots to drain faster than they charge. |