Files
frameworks_base/core/java/android/os
Jeff Sharkey d86b8fea43 Annotate @SystemApi with required permissions.
Most @SystemApi methods should be protected with system (or higher)
permissions, so annotate common methods with @RequiresPermission to
make automatic verification easier.

Verification is really only relevant when calling into system
services (where permissions checking can happen on the other side of
a Binder call), so annotate managers with the new @SystemService
annotation, which is now automatically documented.

This is purely a docs change; no logic changes are being made.

Test: make -j32 update-api && make -j32 offline-sdk-docs
Bug: 62263906
Change-Id: I2554227202d84465676aa4ab0dd336b5c45fc651
2017-06-05 13:27:11 -06:00
..
2017-04-27 11:33:39 -06:00
2016-10-19 11:29:47 -07:00
2017-04-19 15:14:20 -07:00
2017-05-10 15:58:09 -07:00
2017-04-24 13:20:46 -06:00
2016-11-04 10:43:25 -07:00
2016-10-03 16:03:31 -07:00