diff options
| author | 2017-07-20 20:58:39 +0000 | |
|---|---|---|
| committer | 2017-07-20 20:58:39 +0000 | |
| commit | f4292bacf95a273f73d2a190f2d3a6d8fdaeadd2 (patch) | |
| tree | 2fc981cfe9a679bdea3fd5d4323125df769f8058 | |
| parent | 8b1a5af47322e985e32a1c897f2d266554faaa10 (diff) | |
| parent | 37a9991be98d7e5c9ab4ba102c4d29845fa94152 (diff) | |
Merge "Add new column user_editable to Carriers table in telephony db." into oc-dr1-dev
am: 37a9991be9
Change-Id: Ib0cd3d66a4eef9d93e8f952dfd528d0cf714e8e5
| -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 */ |