Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42d65c5e authored by wilsonshih's avatar wilsonshih Committed by android-build-merger
Browse files

Merge "Add new config config_supportsInsecureLockScreen." into qt-dev am: b08726bb

am: 2061f810

Change-Id: Idcd673c639674575358ba9b135a77838af9da5b8
parents 5195b6fe 2061f810
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -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" />