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

Commit c76a07ef authored by Adnan's avatar Adnan Committed by Steve Kondik
Browse files

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

Ported from CM11

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

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

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

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