diff options
| author | 2017-07-20 20:59:52 +0000 | |
|---|---|---|
| committer | 2017-07-20 20:59:52 +0000 | |
| commit | d57fcca82343d276e9d35e86bd7039f19db819a1 (patch) | |
| tree | 95e326c623279c62d96ddca6338becb3d2accf02 | |
| parent | 0d7ff5328e15a1de752dcb483f9aca0e55a44118 (diff) | |
| parent | 37a9991be98d7e5c9ab4ba102c4d29845fa94152 (diff) | |
Merge "Add new column user_editable to Carriers table in telephony db." into oc-dr1-dev
am: 37a9991be9
Change-Id: I5b5499ed9528aab6718ffe325afe8f51265fd548
| -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 765c73beedf4..216d28cb49ba 100644 --- a/telephony/java/android/telephony/Telephony.java +++ b/telephony/java/android/telephony/Telephony.java @@ -2788,6 +2788,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 */ |