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

Commit 19d4d05f authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Remove @Overridable from CHANGE_RESTRICT_PRIORITY_VALUES.

Bug: 371309185
Bug: 366131791
Bug: 376366121
Test: atest CtsAppCompatHostTestCases
Flag: EXEMPT bugfix
Change-Id: I6d508a8faff62e497158edf49eb1e36d811c3bd1
parent 0fb259da
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ package com.android.server.am;
import android.annotation.Nullable;
import android.compat.annotation.ChangeId;
import android.compat.annotation.EnabledSince;
import android.compat.annotation.Overridable;
import android.content.IntentFilter;
import android.os.UserHandle;
import android.util.PrintWriterPrinter;
@@ -40,7 +39,6 @@ public final class BroadcastFilter extends IntentFilter {
     */
    @ChangeId
    @EnabledSince(targetSdkVersion = android.os.Build.VERSION_CODES.BASE)
    @Overridable
    @VisibleForTesting
    static final long CHANGE_RESTRICT_PRIORITY_VALUES = 371309185L;