Sunday, 15 April 2012

java - Register another receiver in OnReceive() android -



java - Register another receiver in OnReceive() android -

i m sending message using smsmanager in onreceive() method, want add together sent , delivery study intent smsmanager, when registering receiver in receiver programmatically , in manifest, not calling sent sms receiver.

is possible in onreceive() or else help me how accomplish this?

the reply intentreceiver components not allowed register receive intents. can't register new broadcastreceiver in existing broadcastreceiver.

java android

No comments:

Post a Comment