Merge "Add new column user_editable to Carriers table in telephony db." into oc-dr1-dev

This commit is contained in:
Amit Mahajan
2017-07-20 20:47:17 +00:00
committed by Android (Google) Code Review

View File

@@ -2764,6 +2764,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