Kizspy | Question: 18
(Choose 1 answer)
How do you handle intents in an IntentService?
A. @Override protected void onHandleIntent(Intent intent) { ... }
B. @Override protected void onStartCommand(Intent intent) { ... }
C. @Override protected void onCreate(Intent intent) { ... }
D. @Override protected void onDestroy(Intent intent) { ... }