Check APN type is selected before save

Not allow save APN without type.

Fix: 340969975
Test: manual - APN Settings
Test: unit test
Change-Id: I91f8e8137fc234c9c860fd446b7a1e2acfa11fc7
This commit is contained in:
Chaohui Wang
2024-05-24 15:56:06 +08:00
parent 574d64197a
commit 2faad6df6e
5 changed files with 65 additions and 13 deletions

View File

@@ -3408,6 +3408,8 @@
<string name="error_name_empty">The Name field can\u2019t be empty.</string>
<!-- APN error dialog messages: -->
<string name="error_apn_empty">The APN can\u2019t be empty.</string>
<!-- APN error message about APN type cannot be empty -->
<string name="error_apn_type_empty">The APN type can\u2019t be empty.</string>
<!-- APN error dialog messages: -->
<string name="error_mcc_not3">MCC field must be 3 digits.</string>
<!-- APN error dialog messages: -->