summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2017-10-20 09:19:00 (GMT)
committer Gerrit Code Review <gituser@scgit.amlogic.com>2017-10-20 09:19:00 (GMT)
commit654fcfa2e7c759fe282821f603b0d2bb09defc54 (patch)
treed9ae2c64e232fe0054429451035c1fb81d6e54e2
parentc98105d097d4733e7f015755e1cbc68353f7d242 (diff)
parentd14ee7521e10c326c218ec6663166b5a01d32055 (diff)
downloadamlogic-o-654fcfa2e7c759fe282821f603b0d2bb09defc54.zip
amlogic-o-654fcfa2e7c759fe282821f603b0d2bb09defc54.tar.gz
amlogic-o-654fcfa2e7c759fe282821f603b0d2bb09defc54.tar.bz2
Merge "boot: add stub keyguard and disable it when bootcomplete [2/2]" into o-amlogic
Diffstat
-rw-r--r--p212/overlay/frameworks/base/core/res/res/values/config.xml7
-rw-r--r--p230/overlay/frameworks/base/core/res/res/values/config.xml4
2 files changed, 11 insertions, 0 deletions
diff --git a/p212/overlay/frameworks/base/core/res/res/values/config.xml b/p212/overlay/frameworks/base/core/res/res/values/config.xml
index 35b9a26..1ad27aa 100644
--- a/p212/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/p212/overlay/frameworks/base/core/res/res/values/config.xml
@@ -94,4 +94,11 @@
<bool name="config_defaultInTouchMode">false</bool>
<!-- Whether the device uses the default focus highlight when focus state isn't specified. -->
<bool name="config_useDefaultFocusHighlight">false</bool>
+
+ <!-- Keyguard component -->
+ <string name="config_keyguardComponent" translatable="false">com.droidlogic/com.droidlogic.StubKeyguardService</string>
+
+ <!-- disable wallpaper, which may consume too much boot time -->
+ <!-- cannot disable wallpaper, com.android.settings will crash! -->
+ <!--bool name="config_enableWallpaperService">false</bool-->
</resources>
diff --git a/p230/overlay/frameworks/base/core/res/res/values/config.xml b/p230/overlay/frameworks/base/core/res/res/values/config.xml
index 35b9a26..da55f60 100644
--- a/p230/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/p230/overlay/frameworks/base/core/res/res/values/config.xml
@@ -94,4 +94,8 @@
<bool name="config_defaultInTouchMode">false</bool>
<!-- Whether the device uses the default focus highlight when focus state isn't specified. -->
<bool name="config_useDefaultFocusHighlight">false</bool>
+
+ <!-- Keyguard component -->
+ <string name="config_keyguardComponent" translatable="false">com.droidlogic/com.droidlogic.StubKeyguardService</string>
+
</resources>