Merge "[ProviderModel] Use category to separate physical SIM and e-SIM" into sc-dev

This commit is contained in:
Zoey Chen
2021-06-01 02:16:08 +00:00
committed by Android (Google) Code Review
12 changed files with 1366 additions and 4 deletions

View File

@@ -13248,6 +13248,22 @@
<string name="carrier_wifi_offload_summary">Allow Google Fi to use W+ networks to improve speed and coverage</string>
<!-- Title for merged carrier Wi-Fi network information. [CHAR LIMIT=NONE] -->
<string name="carrier_wifi_network_title">W+ network</string>
<!-- Provider Model: title of SIM category -->
<string name="sim_category_title">SIM</string>
<!-- Provider Model: title of Downloaded category. [CHAR LIMIT=50] -->
<string name="downloaded_sim_category_title">DOWNLOADED SIM</string>
<!-- Provider Model: summary of Active in SIM category. [CHAR LIMIT=50] -->
<string name="sim_category_active_sim">Active</string>
<!-- Provider Model: summary of Inactive in SIM category. [CHAR LIMIT=50] -->
<string name="sim_category_inactive_sim">Inactive</string>
<!-- Provider Model: summary of default config. [CHAR LIMIT=50] -->
<string name="sim_category_default_active_sim">\u0020/ Default for <xliff:g name="default_sim_config" example=" / Default for calls">%1$s</xliff:g></string>
<!-- Provider Model: summary of default call. [CHAR LIMIT=50] -->
<string name="default_active_sim_calls">calls</string>
<!-- Provider Model: summary of default SMS. [CHAR LIMIT=50] -->
<string name="default_active_sim_sms">SMS</string>
<!-- Provider Model: summary of default mobile data. [CHAR LIMIT=50] -->
<string name="default_active_sim_mobile_data">mobile data</string>
<!-- Summary text separator for preferences including a short description
(eg. "Connected / 5G"). [CHAR LIMIT=50] -->