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

Commit 89f66554 authored by Adnan's avatar Adnan Committed by Ethan Chen
Browse files

Ignore certain overlaid sms-sending packages [1/2]

Ported from CM11

Change-Id: I294a7e350d6193fc257f884def779994b7da5f57
parent 07636602
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -237,4 +237,8 @@
    <!-- Theme reset notification -->
    <!-- Theme reset notification -->
    <java-symbol type="string" name="theme_reset_notification_title" />
    <java-symbol type="string" name="theme_reset_notification_title" />
    <java-symbol type="string" name="theme_reset_notification_body" />
    <java-symbol type="string" name="theme_reset_notification_body" />

    <!-- Ignored sms packages -->
    <java-symbol type="array" name="config_ignored_sms_packages" />

</resources>
</resources>
+2 −0
Original line number Original line Diff line number Diff line
@@ -2117,4 +2117,6 @@
         applied. -->
         applied. -->
    <bool name="config_hasRemovableLid">false</bool>
    <bool name="config_hasRemovableLid">false</bool>


    <!-- Ignored sms packages -->
    <string-array name="config_ignored_sms_packages"></string-array>
</resources>
</resources>