Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5c7a623 authored by Artur Satayev's avatar Artur Satayev
Browse files

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
parent 97f7acbd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
}