commit | 774dc6d774275ec4d50c55627530641c96b6099a | [log] [tgz] |
---|---|---|
author | Ameer Armaly <aarmaly@google.com> | Thu Apr 11 21:44:54 2024 +0000 |
committer | Ameer Armaly <aarmaly@google.com> | Tue Apr 16 19:14:09 2024 +0000 |
tree | 68324051a2d344d5a96467137a64d1a354d01e18 | |
parent | e5e9c56f913857402fdc71db0c38244e5e7303fe [diff] |
Permission-annotate IAccessibilityInteractionConnectionCallback This interface doesn't use permissions so we can simply annotate the whole thing with @RequiresNoPermission. If anyone tries to add it later they will have to go through and re-annotate the methods individually or it will trip the linter. Fix: 316615826 Test: Linter + presubmit tests. Change-Id: I2d5af2d9af2da3e375048e6a0454ce40df0e38c2