单项选择题
A.是用来接收广播Intent的 B.一个广播Intent只能被一个订阅了此广播的BroadcastReceiver所接收 C.对有序广播,系统会根据接收者声明的优先级别按顺序逐个执行接收者 D.接收者声明的优先级别在intent-filter的android:priority属性中声明,数值越大优先级别越高
A.3 B.4 C.5 D.6
A.openFileOutput B.read C.write D.openFileInput