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

The change is in frameworks/base/, where I should be able to submit with +2 from hansson@.

This change will be rolledback afterwards; and I should be able to submit a rollback with +2 from narayan@.

Test: N/A
Bug: 138919074
Change-Id: I250e0ba61dc6fe25fe03f1238f87d5b65a28fa16
This commit is contained in:
Artur Satayev
2019-10-15 14:51:19 +01:00
parent 97f7acbd20
commit f5c7a623bc

View File

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