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

Commit c8d1a996 authored by Chen Xu's avatar Chen Xu
Browse files

allow com.android.cellbroadcastservice grant signature permission

permission BROADCAST_SMS is a signature|telephony protection,
configure com.android.cellbroadcastservice as part of telephony apks
in order to be granted with this permission.

Bug: 135956699
Test: manual test
Change-Id: Id31e3ce6662db254b77178bc2d6ee9ec7532bc8d
(cherry picked from commit 3da1104a)
Merged-in: Id31e3ce6662db254b77178bc2d6ee9ec7532bc8d
parent 3c397a62
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3677,14 +3677,13 @@
     -->
    <string name="config_defaultWellbeingPackage" translatable="false"></string>


    <!-- The package name for the system telephony apps.
         This package must be trusted, as it will be granted with permissions with special telephony
         protection level. Note, framework by default support multiple telephony apps, each package
         name is separated by comma.
         Example: "com.android.phone,com.android.stk,com.android.providers.telephony"
     -->
    <string name="config_telephonyPackages" translatable="false">"com.android.phone,com.android.stk,com.android.providers.telephony,com.android.ons"</string>
    <string name="config_telephonyPackages" translatable="false">"com.android.phone,com.android.stk,com.android.providers.telephony,com.android.ons,com.android.cellbroadcastservice"</string>

    <!-- The component name for the default system attention service.
         This service must be trusted, as it can be activated without explicit consent of the user.