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

This reverts commit f5c7a623bc.

Reason for revert: testing

Change-Id: I09444f37c17d7a4b0d3f5866500d8841fbb757a5
This commit is contained in:
Artur Satayev
2019-10-16 15:15:59 +00:00
parent f5c7a623bc
commit 78372856a4

View File

@@ -117,6 +117,4 @@ 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
}