Merge "[Wi-Fi] EAP method AKA' did not pronounced as AKA prime."
This commit is contained in:
@@ -138,8 +138,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/wifi_item_spinner"
|
||||
android:prompt="@string/wifi_eap_method"
|
||||
android:entries="@array/wifi_eap_method" />
|
||||
android:prompt="@string/wifi_eap_method" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout android:id="@+id/l_phase2"
|
||||
|
@@ -238,6 +238,18 @@
|
||||
<item>AKA\'</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Target EAP methods that will have different TTS strings -->
|
||||
<!-- Note that this array length should be same as the wifi_eap_method_tts_strings-->
|
||||
<string-array name="wifi_eap_method_target_strings" translatable="false">
|
||||
<item>AKA\'</item>
|
||||
</string-array>
|
||||
|
||||
<!-- TTS strings for the target EAP methods -->
|
||||
<!-- Note that this array length should be same as the wifi_eap_method_target_strings-->
|
||||
<string-array name="wifi_eap_method_tts_strings" translatable="false">
|
||||
<item>AKA prime</item>
|
||||
</string-array>
|
||||
|
||||
<!-- Type of EAP method when EAP SIM, AKA, AKA' are not supported -->
|
||||
<string-array name="eap_method_without_sim_auth" translatable="false">
|
||||
<item>PEAP</item>
|
||||
|
Reference in New Issue
Block a user