...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
DRD03-J | High | Probable | Medium | P12 | L1 |
Automated Detection
Automatic detection of the use of Context.sendBroadcast()
is trivial. It is not feasible to automatically determine whether LocalBroadcastManager.sendBroadcast()
can be used instead.
...