Compare commits
3 commits
c5a5701c03
...
ca08043931
Author | SHA1 | Date | |
---|---|---|---|
ca08043931 | |||
ee5ca2d056 | |||
f7edd83c63 |
3 changed files with 8 additions and 5 deletions
|
@ -6,6 +6,9 @@ java_library {
|
||||||
optimize: {
|
optimize: {
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
|
static_libs: [
|
||||||
|
"kotlinx_coroutines",
|
||||||
|
],
|
||||||
system_ext_specific: true,
|
system_ext_specific: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -24,9 +27,9 @@ android_library {
|
||||||
"androidx-constraintlayout_constraintlayout",
|
"androidx-constraintlayout_constraintlayout",
|
||||||
"androidx.core_core-ktx",
|
"androidx.core_core-ktx",
|
||||||
"androidx.lifecycle_lifecycle-runtime-ktx",
|
"androidx.lifecycle_lifecycle-runtime-ktx",
|
||||||
|
"androidx.preference_preference",
|
||||||
"androidx.swiperefreshlayout_swiperefreshlayout",
|
"androidx.swiperefreshlayout_swiperefreshlayout",
|
||||||
"com.google.android.material_material",
|
"com.google.android.material_material",
|
||||||
"androidx.preference_preference"
|
|
||||||
"kotlinx_coroutines",
|
"kotlinx_coroutines",
|
||||||
],
|
],
|
||||||
srcs: [
|
srcs: [
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<string name="profile_notification_operation_delete">Deleted</string>
|
<string name="profile_notification_operation_delete">Deleted</string>
|
||||||
<string name="profile_notification_operation_enable">Enabled</string>
|
<string name="profile_notification_operation_enable">Enabled</string>
|
||||||
<string name="profile_notification_operation_disable">Disabled</string>
|
<string name="profile_notification_operation_disable">Disabled</string>
|
||||||
<string name="profile_notification_name_format"><b>%s</b> %s (%s)</string>
|
<string name="profile_notification_name_format"><b>%1$s</b> %2$s (%3$s)</string>
|
||||||
<string name="profile_notification_process">Process</string>
|
<string name="profile_notification_process">Process</string>
|
||||||
<string name="profile_notification_delete">Delete</string>
|
<string name="profile_notification_delete">Delete</string>
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
<string name="slot_mapping">Slot Mapping</string>
|
<string name="slot_mapping">Slot Mapping</string>
|
||||||
<string name="slot_mapping_logical_slot">Logical slot %d:</string>
|
<string name="slot_mapping_logical_slot">Logical slot %d:</string>
|
||||||
<string name="slot_mapping_port">Slot %d Port %d</string>
|
<string name="slot_mapping_port">Slot %1$d Port %2$d</string>
|
||||||
<string name="slot_mapping_help">Your phone has %d logical and %d physical SIM slots.%s\n\nSelect which physical slot and/or \"port\" you want each logical slot to correspond to. Note that not all mapping modes may be supported by hardware.</string>
|
<string name="slot_mapping_help">Your phone has %1$d logical and %2$d physical SIM slots.%3$s\n\nSelect which physical slot and/or \"port\" you want each logical slot to correspond to. Note that not all mapping modes may be supported by hardware.</string>
|
||||||
<string name="slot_mapping_help_mep">\n\nPhysical slot %d supports Multiple Enabled Profiles (MEP). To use this feature, assign its %d virtual \"ports\" to different logical slots shown above.\n\nWith MEP enabled, the \"ports\" will behave like separate eSIM slots in OpenEUICC, except with a shared profile list.</string>
|
<string name="slot_mapping_help_mep">\n\nPhysical slot %1$d supports Multiple Enabled Profiles (MEP). To use this feature, assign its %2$d virtual \"ports\" to different logical slots shown above.\n\nWith MEP enabled, the \"ports\" will behave like separate eSIM slots in OpenEUICC, except with a shared profile list.</string>
|
||||||
<string name="slot_mapping_help_dsds">\nDual SIM mode is supported but disabled. If your device comes with an internal eSIM chip, it might not be enabled by default. Change mapping above or enable dual SIM to access your eSIM.</string>
|
<string name="slot_mapping_help_dsds">\nDual SIM mode is supported but disabled. If your device comes with an internal eSIM chip, it might not be enabled by default. Change mapping above or enable dual SIM to access your eSIM.</string>
|
||||||
<string name="slot_mapping_completed">Your new slot mapping has been set. Please wait until modem refreshes the slots.</string>
|
<string name="slot_mapping_completed">Your new slot mapping has been set. Please wait until modem refreshes the slots.</string>
|
||||||
<string name="slot_mapping_failure">The specified mapping might be invalid or unsupported by hardware.</string>
|
<string name="slot_mapping_failure">The specified mapping might be invalid or unsupported by hardware.</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue