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

Commit 7bdd72d2 authored by Hall Liu's avatar Hall Liu
Browse files

Revert submission

Reason for revert: Broke a test: b/145140538

Change-Id: If4f76b6f4900bc5ddc0d372e0f0840bec0c7353f
parent 68a00bcf
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ import android.annotation.SdkConstant.SdkConstantType;
import android.annotation.SystemApi;
import android.annotation.TestApi;
import android.annotation.UnsupportedAppUsage;
import android.compat.annotation.ChangeId;
import android.content.ComponentName;
import android.content.ContentResolver;
import android.content.ContentValues;
@@ -4034,16 +4033,6 @@ public final class Telephony {
        @Retention(RetentionPolicy.SOURCE)
        public @interface Skip464XlatStatus {}

        /**
         * Compat framework change ID for the APN db read permission change.
         *
         * In API level 30 and beyond, accessing the APN database will require the
         * {@link android.Manifest.permission#WRITE_APN_SETTINGS} permission. This change ID tracks
         * apps that are affected because they don't hold this permission.
         * @hide
         */
        @ChangeId
        public static final long APN_READING_PERMISSION_CHANGE_ID = 124107808L;
    }

    /**