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

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

Add a new column user_edited to carriers db.

automerge: 325cdf5b

* commit '325cdf5b':
  Add a new column user_edited to carriers db.
parents 6f651e30 325cdf5b
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";
    }

    /**