summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--telephony/java/android/telephony/Telephony.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/Telephony.java b/telephony/java/android/telephony/Telephony.java
index 3282f5f31960..e64e815248e4 100644
--- a/telephony/java/android/telephony/Telephony.java
+++ b/telephony/java/android/telephony/Telephony.java
@@ -2765,6 +2765,13 @@ public final class Telephony {
public static final String USER_VISIBLE = "user_visible";
/**
+ * Is the user allowed to edit this APN?
+ * <p>Type: INTEGER (boolean) </p>
+ * @hide
+ */
+ public static final String USER_EDITABLE = "user_editable";
+
+ /**
* Following are possible values for the EDITED field
* @hide
*/