Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37a9991b authored by Amit Mahajan's avatar Amit Mahajan Committed by Android (Google) Code Review
Browse files

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

parents 2ed613ca d4977949
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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