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

Commit 5c407dc0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove @SystemApi annotation for an overriding method"

parents 18325cf2 1620457e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -672,7 +672,6 @@ public class ContextWrapper extends Context {
    /** @hide */
    @Override
    @Nullable
    @SystemApi
    public Intent registerReceiverForAllUsers(@Nullable BroadcastReceiver receiver,
            @NonNull IntentFilter filter, @Nullable String broadcastPermission,
            @Nullable Handler scheduler) {