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

Commit 783e4b9c authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Remove @Overridable annotation from CHANGE_LIMIT_PRIORITY_SCOPE" into main

parents 20feb238 e23ef8c9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ import android.app.BroadcastOptions;
import android.app.BroadcastOptions.DeliveryGroupPolicy;
import android.compat.annotation.ChangeId;
import android.compat.annotation.EnabledSince;
import android.compat.annotation.Overridable;
import android.content.ComponentName;
import android.content.IIntentReceiver;
import android.content.Intent;
@@ -88,7 +87,6 @@ final class BroadcastRecord extends Binder {
     */
    @ChangeId
    @EnabledSince(targetSdkVersion = android.os.Build.VERSION_CODES.BASE)
    @Overridable
    @VisibleForTesting
    static final long CHANGE_LIMIT_PRIORITY_SCOPE = 371307720L;