History log of /frameworks/base/core/java/android/annotation/BroadcastBehavior.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
30e06bb668f2e4b024c4ebc2a131de91c96de5eb 24-Apr-2017 Jeff Sharkey <jsharkey@android.com> Even more auto-doc work.

Update docs based on what new lint detector found. Add new @IntDef
to parameters or methods returning constants or flags, and add
@RequiresPermission to methods mentioning permissions.

Test: make -j32 offline-sdk-docs
Bug: 37526420
Change-Id: I7f640f7883fcb66b911a52ae93b83f77306571ec
/frameworks/base/core/java/android/annotation/BroadcastBehavior.java
32ee8eefd753398186c6967febc6d4d001f9c1cb 09-Mar-2017 Jeff Sharkey <jsharkey@android.com> Create new BroadcastBehavior annotation.

This will be used to help document the expected behavior of various
broadcast actions defined by the OS.

Also add logic to PackageParser that will then yell at developers
whose manifests are making bad assumptions about which broadcasts
they'll receive.

Test: builds, boots
Bug: 35925551
Change-Id: I059c2bf8aa3ce53d9ff18dcc263db7620cd14bd6
/frameworks/base/core/java/android/annotation/BroadcastBehavior.java