Fix issue that the wifi calling text cannot be customized based on sim
Some carriers have requirements that the wifi calling text should be customizable. However, the resources for the wifi calling text are not obtained based on sim. So it cannot be customized per sim for multi sim device. To solve this issue, obtain the resources with specified sim. Test: manual - Checked that the wifi calling text could be customized based on sim. Bug: 117257109 Change-Id: I6b3f6b06c9cc984ee6a68a19ae317b5d1d4e48e2 Merged-In: I6b3f6b06c9cc984ee6a68a19ae317b5d1d4e48e2
This commit is contained in:
committed by
Youming Ye
parent
3ddcb6a90a
commit
82aa55bcda
@@ -2337,7 +2337,7 @@
|
||||
<item>"1"</item>
|
||||
</string-array>
|
||||
<!-- Wi-Fi Calling settings. Text displayed when Wi-Fi Calling is off -->
|
||||
<string name="wifi_calling_off_explanation">When Wi-Fi calling is on, your phone can route calls via Wi-Fi networks or your carrier\u2019s network, depending on your preference and which signal is stronger. Before turning on this feature, check with your carrier regarding fees and other details.</string>
|
||||
<string name="wifi_calling_off_explanation">When Wi-Fi calling is on, your phone can route calls via Wi-Fi networks or your carrier\u2019s network, depending on your preference and which signal is stronger. Before turning on this feature, check with your carrier regarding fees and other details.<xliff:g id="additional_text" example="Learn More">%1$s</xliff:g></string>
|
||||
<!-- Wi-Fi Calling settings. Additional text displayed when Wi-Fi Calling is off. Default empty. [CHAR LIMIT=NONE] -->
|
||||
<string name="wifi_calling_off_explanation_2"></string>
|
||||
<!-- Title of a preference for updating emergency address [CHAR LIMIT=40] -->
|
||||
|
Reference in New Issue
Block a user