well i want the GUI as well..in order to function as a proper sms
application but i also want to use its functionality without raising
the GUI

On 9 Ιαν, 00:46, Jason Proctor <jason.android.li...@gmail.com> wrote:
> if app B needs to be called via an intent, but has no UI, consider
> making it a Service?
>
>
>
>
>
> >i have two applications A and B (in different packages,but it doesn't
> >matter).Application B is an sms application that i have made and
> >contains one activity.This activity has a method called sendSMS(String
> >number,String text).I want to call this method from application A and
> >send an SMS without opening the activity(the GUI) of application B but
> >just send an SMS in the background by calling just the method of the
> >activity.Any ideas?
>
> >--
> >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
>
> --
> jason.vp.engineering.particle
-- 
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