If by "keywords" you mean "intent actions"... you can specify more than one for a given receiver, both in the manifest and from code.

http://developer.android.com/reference/android/content/IntentFilter.html#addAction(java.lang.String)

-- Kostya

01.08.2011 21:55, RobinDroid пишет:
I have to sent sms to server using certain keywords: For that reason i
have used BroadCastReciever.

In my app, there are around 8 keywords(such as A,B,C,D,E,F etc) and
for each keyword i think i shouldn't use 8 BroadcastReciever.

I implemented one broadcastreciever for a keyword say A. and populated
the data on the listview. Now how can i resuse my same
BroadcastReciever for another keyword say B.

Any Suggestions


--
Kostya Vasilyev

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to