Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: build/android/pylib/device_settings.py

Issue 1869383004: Add a content setting property to disable first-use popups. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698