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

Commit 5dc2f2c9 authored by wilsonshih's avatar wilsonshih
Browse files

Add new config config_supportsSystemDecorsOnSecondaryDisplays.

Use this config to decide should we run
MultiDisplaySystemDecorationTests test. This value can be overlay
if OEM cannot support related features to skip those tests.

Bug: 126921702
Test: atest MultiDisplaySystemDecorationTests ActivityManagerMultiDisplayTests
Change-Id: I95b699b0958c25c2107ea66d202b3b28213fa820
parent 105e782f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3306,6 +3306,9 @@
         where the user can launch other applications from.  -->
    <bool name="config_noHomeScreen">false</bool>

    <!-- True if the device supports system decorations on secondary displays. -->
    <bool name="config_supportsSystemDecorsOnSecondaryDisplays">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
@@ -390,6 +390,7 @@
  <java-symbol type="bool" name="config_supportsSplitScreenMultiWindow" />
  <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_guestUserEphemeral" />
  <java-symbol type="bool" name="config_localDisplaysMirrorContent" />
  <java-symbol type="bool" name="config_localDisplaysPrivate" />