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

Commit 970bf5a6 authored by Dan Sandler's avatar Dan Sandler Committed by Daniel Sandler
Browse files

Make notifications from the default dialer and SMS app unblockable.

OEM devices should overlay this resource to match the
built-in dialer and messaging client.

Bug: 119563448
Test: manual, on aosp
Change-Id: I94ff199741040e637f91e7b1db36208ab5c79182
(cherry picked from commit f5a8f213)
parent 06cfb175
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -3304,8 +3304,14 @@
    -->
    <string-array translatable="false" name="config_convert_to_emergency_number_map" />

    <!-- An array of packages for which notifications cannot be blocked. -->
    <string-array translatable="false" name="config_nonBlockableNotificationPackages" />
    <!-- An array of packages for which notifications cannot be blocked.
         Should only be used for core device functionality that must not be
         rendered inoperative for safety reasons, like the phone dialer and
         SMS handler. -->
    <string-array translatable="false" name="config_nonBlockableNotificationPackages">
        <item>com.android.dialer</item>
        <item>com.android.messaging</item>
    </string-array>

    <!-- An array of packages which can listen for notifications on low ram devices. -->
    <string-array translatable="false" name="config_allowedManagedServicesOnLowRamDevices" />