summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorJoseph Johnson <simplex@google.com>2016-11-02 17:51:30 -0700
committerJoseph Johnson <simplex@google.com>2016-11-02 17:51:30 -0700
commit34cb7bd93bfc10066f83b6dd911834a95680b927 (patch)
tree41e4cf9c5f6ddaa8fb4701c5c7c9f7cab9237967 /overlay
parent3beae081d4bd64092cc0017d16a1160c1663e273 (diff)
downloadandroid_device_google_atv-34cb7bd93bfc10066f83b6dd911834a95680b927.tar.gz
android_device_google_atv-34cb7bd93bfc10066f83b6dd911834a95680b927.tar.bz2
android_device_google_atv-34cb7bd93bfc10066f83b6dd911834a95680b927.zip
Do not set device_provisioned true in overlay files.
Instead use the default value, which is false. Setting the value to true in the overlay file was done years ago when there was no SetupWizard in Android TV (at least, that is what the git logs suggest). Test: manual. This change has a smaller impact than it otherwise would, because SetupWraith's MainActivity re-sets provisioned back to false in its onCreate(); so before this patch there was only a 5-second or so window when the provisioned flag had the wrong value. b/27338096 Change-Id: Ied83103fa1f5313262d0f8265710c10be299b22c
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
index 40021f7..7dd68c6 100644
--- a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
+++ b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
@@ -22,9 +22,6 @@
<!-- Disable the lockscreen -->
<bool name="def_lockscreen_disabled">true</bool>
- <!-- No setup wizard -->
- <bool name="def_device_provisioned">true</bool>
-
<!-- Keep screen on at all times by default -->
<bool name="def_stay_on_while_plugged_in">true</bool>