一个Service正在后台运行,此时想对其进行控制,应该通过哪个方法?
A. startService
B. bindService
C. connectService
D. stopService
AsyncTask的哪个方法在子线程中执行:
A. doInBackground
B. onProgressUpdate
C. onPreExecute
D. onPostExecute
前台服务会在状态栏有一个:
A. Notification
B. EventListener
C. AlertDialog
D. Messager
不能定义Intent过滤器的组件是:
Activity
B. ContentProvider
C. BroadcastReceiver
D. Service