android.app
Interface IIntentReceiver
- All Superinterfaces:
- IInterface
- All Known Implementing Classes:
- ActivityThread.PackageInfo.ReceiverDispatcher.InnerReceiver, IIntentReceiver.Stub
public interface IIntentReceiver
- extends IInterface
System private API for dispatching intent broadcasts. This is given to the
activity manager as part of registering for an intent broadcasts, and is
called when it receives intents.
performReceive
void performReceive(Intent intent,
int resultCode,
String data,
Bundle extras,
boolean ordered)
throws RemoteException
- Throws:
RemoteException
Please submit a feedback, bug or feature