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

Commit 325cdf5b authored by Amit Mahajan's avatar Amit Mahajan Committed by Etan Cohen
Browse files

Add a new column user_edited to carriers db.

Change-Id: I7cae3d229445607c66b6472124264588f7571097
parent 1d60bf29
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2654,6 +2654,16 @@ public final class Telephony {
         * @hide
         */
        public static final String MTU = "mtu";

        /**
         * Is this APN added/edited/deleted by a user or app?
         * TelephonyProvider.USER_EDITED_UNTOUCHED (0) indicates untouched by user/app
         * TelephonyProvider.USER_EDITED_EDITED (1) indicates added/edited by user/app
         * TelephonyProvider.USER_EDITED_DELETED (2) indicates deleted by user/app
         * <p>Type: INTEGER </p>
         * @hide
         */
        public static final String USER_EDITED = "user_edited";
    }

    /**