Merge "Fix VisibleForTesting annotation in AppStateAppOpsBridge"
This commit is contained in:
committed by
Android (Google) Code Review
commit
7bd80f15fe
@@ -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);
|
||||
|
Reference in New Issue
Block a user