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

Commit f4292bac authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

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

am: 37a9991b

Change-Id: Ib0cd3d66a4eef9d93e8f952dfd528d0cf714e8e5
parents 8b1a5af4 37a9991b
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -2764,6 +2764,13 @@ public final class Telephony {
         */
         */
        public static final String USER_VISIBLE = "user_visible";
        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
         * Following are possible values for the EDITED field
         * @hide
         * @hide