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

Commit 9c604ddb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Telephony(MSIM): Add control flag for SIM app auto provisioning"

parents a40f58c9 d0e74a63
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -133,6 +133,9 @@
         off features. -->
         off features. -->
    <bool name="config_avoidGfxAccel">false</bool>
    <bool name="config_avoidGfxAccel">false</bool>


    <!-- Whether to enable auto provisioning the app for new SIM card on boot.-->
    <bool name="config_auto_provision_enable">false</bool>

    <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel.
    <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel.
         A high value will cause the lowmemorykiller to fire earlier, keeping more memory
         A high value will cause the lowmemorykiller to fire earlier, keeping more memory
         in the file cache and preventing I/O thrashing, but allowing fewer processes to
         in the file cache and preventing I/O thrashing, but allowing fewer processes to
+2 −0
Original line number Original line Diff line number Diff line
@@ -1479,6 +1479,8 @@
  <java-symbol type="bool" name="config_wifi_dual_band_support" />
  <java-symbol type="bool" name="config_wifi_dual_band_support" />
  <java-symbol type="bool" name="config_wimaxEnabled" />
  <java-symbol type="bool" name="config_wimaxEnabled" />
  <java-symbol type="bool" name="show_ongoing_ime_switcher" />
  <java-symbol type="bool" name="show_ongoing_ime_switcher" />
  <!-- Whether to enable auto provisioning the app for new SIM card on boot.-->
  <java-symbol type="bool" name="config_auto_provision_enable" />
  <java-symbol type="color" name="config_defaultNotificationColor" />
  <java-symbol type="color" name="config_defaultNotificationColor" />
  <java-symbol type="color" name="input_method_navigation_guard" />
  <java-symbol type="color" name="input_method_navigation_guard" />
  <java-symbol type="drawable" name="ic_notification_ime_default" />
  <java-symbol type="drawable" name="ic_notification_ime_default" />