Merge "Add new column user_editable to Carriers table in telephony db." into oc-dr1-dev
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user