Merge "allow com.android.cellbroadcastservice grant signature permission"

am: a8c4669579

Change-Id: I5038eba42b737e88cc68ee811e2879069c03d401
This commit is contained in:
Chen Xu
2019-12-07 14:02:53 -08:00
committed by android-build-merger

View File

@@ -3674,14 +3674,13 @@
--> -->
<string name="config_defaultWellbeingPackage" translatable="false"></string> <string name="config_defaultWellbeingPackage" translatable="false"></string>
<!-- The package name for the system telephony apps. <!-- The package name for the system telephony apps.
This package must be trusted, as it will be granted with permissions with special telephony 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 protection level. Note, framework by default support multiple telephony apps, each package
name is separated by comma. name is separated by comma.
Example: "com.android.phone,com.android.stk,com.android.providers.telephony" 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. <!-- 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. This service must be trusted, as it can be activated without explicit consent of the user.