| Index: build/android/pylib/device_settings.py
|
| diff --git a/build/android/pylib/device_settings.py b/build/android/pylib/device_settings.py
|
| index 36ac5be3241f8c5ba1e3a1b2a8228400fd8c1601..ab4ad1b900b54797d89f5df9dd70390ecb7ad5da 100644
|
| --- a/build/android/pylib/device_settings.py
|
| +++ b/build/android/pylib/device_settings.py
|
| @@ -173,6 +173,8 @@ DETERMINISTIC_DEVICE_SETTINGS = [
|
| ('lockscreen.disabled', 1),
|
|
|
| ('screensaver_enabled', 0),
|
| +
|
| + ('skip_first_use_hints', 1),
|
| ]),
|
| ('settings/system', [
|
| # Don't want devices to accidentally rotate the screen as that could
|
|
|