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

Commit c2373a78 authored by Adnan's avatar Adnan Committed by Adnan Begovic
Browse files

Ignore certain overlaid sms-sending packages.

Change-Id: I294a7e350d6193fc257f884def779994b7da5f57
parent c088282a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1560,4 +1560,7 @@
    -->
    <bool name="config_proximityCheckOnWake">false</bool>
    <integer name="config_proximityCheckTimeout">250</integer>

    <!-- Ignored sms packages -->
    <string-array name="config_ignored_sms_packages"></string-array>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -2034,6 +2034,8 @@
  <!-- Proximity check timeout -->
  <java-symbol type="integer" name="config_proximityCheckTimeout" />

  <java-symbol type="array" name="config_ignored_sms_packages" />

  <!-- Last app switch animations -->
   <java-symbol type="anim" name="last_app_in" />
   <java-symbol type="anim" name="last_app_out" />