(Choose 3 answers)
Which of the following are reasons why broadcasting intents raises security issues?
A. The onReceive() hook method in a receiver is called back in the UI thread
B. An app can send an intent to any receiver registered via registerReceiver or the AndroidManifest.xml file
C. The intent namespace is global
D. sendBroadcast() allows any other app to receive broadcast intents
Ext 56