fix issue that notification msg length exceeds limitation
Bug: 134790138
Test: Manaul
Change-Id: I2574e15ffc8fbf2298d1415a24efa0d7bf829bd6
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 53da89b..f365139 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -579,10 +579,10 @@
<string name="roaming_alert_title">Allow data roaming?</string>
<!-- Notification title for limited sim function during dual sim -->
<string name="limited_sim_function_notification_title">Limited SIM functionality</string>
- <!-- Notification message for limited sim function during dual sim -->
+ <!-- Notification message for limited sim function during dual sim [CHAR LIMIT=80]-->
<string name="limited_sim_function_with_phone_num_notification_message"><xliff:g id="carrier_name">%1$s</xliff:g> calls and data services may be blocked while using <xliff:g id="phone_number">%2$s</xliff:g>.</string>
- <!-- Notification message for limited sim function during dual sim -->
- <string name="limited_sim_function_notification_message"><xliff:g id="carrier_name">%1$s</xliff:g> calls and data services may be blocked while using another SIM. Tap to make changes.</string>
+ <!-- Notification message for limited sim function during dual sim [CHAR LIMIT=80]-->
+ <string name="limited_sim_function_notification_message"><xliff:g id="carrier_name">%1$s</xliff:g> calls and data services may be blocked while using another SIM.</string>
<!-- Mobile network settings screen, data usage setting check box name -->
<string name="data_usage_title">App data usage</string>
<!-- Summary about how much data has been used in a date range [CHAR LIMIT=100] -->