diff options
| author | 2017-07-20 20:47:17 +0000 | |
|---|---|---|
| committer | 2017-07-20 20:47:17 +0000 | |
| commit | 37a9991be98d7e5c9ab4ba102c4d29845fa94152 (patch) | |
| tree | ab008f9422b7492b9add2b307729f1eb6c60803e | |
| parent | 2ed613ca80f833df14c9a42c2dbe48d800c4eb5d (diff) | |
| parent | d4977949346862bb42efa14be5171bf222d057d4 (diff) | |
Merge "Add new column user_editable to Carriers table in telephony db." into oc-dr1-dev
| -rw-r--r-- | telephony/java/android/telephony/Telephony.java | 7 |
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 */ |