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

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

Merge "Fix VisibleForTesting annotation in AppStateAppOpsBridge"

parents 4d869f28 fb9e3afc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ public abstract class AppStateAppOpsBridge extends AppStateBaseBridge {
            new IPackageManagerWrapper(AppGlobals.getPackageManager()));
    }

    @VisibleForTesting(otherwise = VisibleForTesting.NONE)
    @VisibleForTesting
    AppStateAppOpsBridge(Context context, ApplicationsState appState, Callback callback,
            int appOpsOpCode, String[] permissions, IPackageManagerWrapper packageManager) {
        super(appState, callback);