Loading telephony/java/android/telephony/Telephony.java +7 −0 Original line number Diff line number Diff line Loading @@ -2787,6 +2787,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 Loading Loading
telephony/java/android/telephony/Telephony.java +7 −0 Original line number Diff line number Diff line Loading @@ -2787,6 +2787,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 Loading