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

Commit e23ef8c9 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Remove @Overridable annotation from CHANGE_LIMIT_PRIORITY_SCOPE

Bug: 366131791
Bug: 371307720
Test: atest CtsAppCompatHostTestCases
Flag: EXEMPT bugfix
Change-Id: I35aba518c7b053c9619ffbab458385be3b459498
parent 4beb9b78
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;