diff options
| -rw-r--r-- | core/res/res/values/config.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 0651c7f23e4e..4c25a7a08cf5 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -3674,14 +3674,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. |