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

Commit f3979b81 authored by Edward Savage-Jones's avatar Edward Savage-Jones Committed by Philip P. Moltmann
Browse files

Remove the option to disable SMS for Cell Broadcast Receiver

This is a carrier requirement (see issue) but seems sensible for
all regions.

Issue: 109910345
Test: Boot, check that it is not possible to disable SMS for CBR
Change-Id: I928bcf985a22f8962d3b3898bd2606d151d1f8af
parent 1c2ceb24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -523,7 +523,7 @@ public final class DefaultPermissionGrantPolicy {
        }

        // Cell Broadcast Receiver
        grantPermissionsToSystemPackage(
        grantSystemFixedPermissionsToSystemPackage(
                getDefaultSystemHandlerActivityPackage(Intents.SMS_CB_RECEIVED_ACTION, userId),
                userId, SMS_PERMISSIONS);