Merge "Test for global approvals introduced in http://ag/9315657."

This commit is contained in:
Artur Satayev
2019-10-16 15:15:45 +00:00
committed by Android (Google) Code Review

View File

@@ -138,4 +138,6 @@ public class PlatformCompat extends IPlatformCompat.Stub {
private void reportChange(long changeId, int uid, int state) {
mChangeReporter.reportChange(uid, changeId, state);
}
// TODO(satayev): revert this comment
}