Add new config config_supportsInsecureLockScreen.

There is no device feature for OEM to config does the device supports
insecure lock screen. Add a new config for OEM to overlay it.

Bug: 129143699
Test: atest on tests need show keyguard

Change-Id: I740a2765502a4d9ac532bb5abb6d0718937874ed
This commit is contained in:
wilsonshih
2019-04-01 15:31:28 +08:00
committed by Wei Sheng Shih
parent 835f260d60
commit 6fb3ff71ef
2 changed files with 4 additions and 0 deletions

View File

@@ -3345,6 +3345,9 @@
<!-- True if the device supports system decorations on secondary displays. -->
<bool name="config_supportsSystemDecorsOnSecondaryDisplays">true</bool>
<!-- True if the device supports insecure lock screen. -->
<bool name="config_supportsInsecureLockScreen">true</bool>
<!-- True if the device requires AppWidgetService even if it does not have
the PackageManager.FEATURE_APP_WIDGETS feature -->
<bool name="config_enableAppWidgetService">false</bool>

View File

@@ -391,6 +391,7 @@
<java-symbol type="bool" name="config_supportsMultiDisplay" />
<java-symbol type="bool" name="config_noHomeScreen" />
<java-symbol type="bool" name="config_supportsSystemDecorsOnSecondaryDisplays" />
<java-symbol type="bool" name="config_supportsInsecureLockScreen" />
<java-symbol type="bool" name="config_guestUserEphemeral" />
<java-symbol type="bool" name="config_localDisplaysMirrorContent" />
<java-symbol type="bool" name="config_localDisplaysPrivate" />