Hi

I 'm trying to use


<intent-filter>
   <action android:name="android.intent.action.SENDTO"></action>
   <data android:scheme="smsto"></data>
   <category android:name="android.intent.category.DEFAULT"></
category>
</intent-filter>


in AndroidManifest.xml of my application.

Now after installing the application to android handset I want to give
choice to send sms using my application or default sms application ,,
whenever he tries to send sms.

-- 
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