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

Commit c5f42e69 authored by Daniel Sandler's avatar Daniel Sandler Committed by android-build-merger
Browse files

Merge "Make notifications from the default dialer and SMS app unblockable." into pi-dev

am: 3293ab62

Change-Id: Ic1675dfc9244f6f67ec6da0e08f3a24e837e75dc
parents 5ed24cb2 3293ab62
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -3301,8 +3301,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" />