單項選擇題下列關(guān)于Service描述不正確的是()。

A.啟動Service的組件被銷毀時,Service也將被銷毀
B.當Activity通過調(diào)用startService()方法啟動Service時,它處于started狀態(tài)
C.當應用程序組件通過調(diào)用bindService()方法綁定到Service時,Service處于bound狀態(tài)
D.其他應用程序組件能啟動Service并且即便用戶切換到另一個應用程序,Service還可以在后臺運行


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題handler.postDelayed(run,2000)方法的含義正確的是()。

A.run方法執(zhí)行2秒
B.2秒后調(diào)用run方法
C.run方法執(zhí)行20秒
D.20秒后調(diào)用run方法

2.單項選擇題在android中,發(fā)送郵件時,可用的action是()。

A.android.intent.action.MAIN
B.Intent.ACTION_SEND
C.android.intent.action.MAIL
D.Intent.ACTION_MAIL

5.單項選擇題如果需要顯示id為1的聯(lián)系人信息,Intent中的Action屬性與Data屬性應該設(shè)定為什么?()。

A.ACTION_VIEW content://contacts/people/1
B.ACTION_DIAL content://contacts/people/1
C.ACITON_EDIT content://contacts/people/1
D.ACTION_CALL content://contacts/people/1