Merge "Revert "Fix the bug introduced in ag/19575369""

This commit is contained in:
Pyuli Naithani
2022-08-22 06:29:46 +00:00
committed by Android (Google) Code Review

View File

@@ -568,7 +568,7 @@ public class LegacyAppOpsServiceInterfaceImpl implements AppOpsServiceInterface
printedOpHeader = true;
}
printWriter.print(" #"); printWriter.print(j); printWriter.print(": ");
printWriter.println(modeChangedListenerSet.valueAt(j).toString());
printWriter.println(mOpModeWatchers.valueAt(i).toString());
}
}
}