When I select "send message" from the Contacts application, I want to start my own SMS editor. How do I define the intent in the manifest file to allow the editor to give contact details?
Thank you very much
There are many "contact applications" for Android, no That's the only one You are forbidden to indicate which "Contact Application" you are referring to.
One of the "contact apps" ACTION_SENDTO
smsto: URI to send an SMS
android.intent.action.SENDTO
& lt; Intent-filter & gt;
. Code> and & lt; Data & gt;
. scheme
of smsto:
with
While keeping in mind that not all "contact apps" can use it.
Comments
Post a Comment