Which of these is the incorrect step to create a program which activates a Service using bind?
A.
Define an interface in the AIDL file.
B.
Create a Service class implementing the interface defined in AIDL file.
C.
Create a class implementing ServiceConnection.
D.
Declare the Service in the manifest file.
Explanation: