Merge "Hide emergency APN in user settings"
This commit is contained in:
@@ -322,6 +322,8 @@ public class ApnSettings extends RestrictedSettingsFragment
|
|||||||
final StringBuilder where =
|
final StringBuilder where =
|
||||||
new StringBuilder("NOT (type='ia' AND (apn=\"\" OR apn IS NULL)) AND "
|
new StringBuilder("NOT (type='ia' AND (apn=\"\" OR apn IS NULL)) AND "
|
||||||
+ "user_visible!=0");
|
+ "user_visible!=0");
|
||||||
|
// Remove Emergency type, users should not mess with that
|
||||||
|
where.append(" AND NOT (type='emergency')");
|
||||||
|
|
||||||
if (mHideImsApn) {
|
if (mHideImsApn) {
|
||||||
where.append(" AND NOT (type='ims')");
|
where.append(" AND NOT (type='ims')");
|
||||||
|
Reference in New Issue
Block a user