Re: [android-developers] How to startup one application programmatically from other application

2010-07-15 Thread TreKing
On Thu, Jul 15, 2010 at 2:05 AM, Jeruliu wrote: > Say I have app A, in app A i want to set a schedule to startup the app B > and C at specific time? > That's not a question ... > Is it possible to do that? if yes how? > Yes. With AlarmManager and startActivity(). > Just need to know the cod

Re: [android-developers] How to startup one application programmatically from other application

2010-07-15 Thread Jonas Petersson
On 07/15/2010 09:05 AM, Jeruliu wrote: Say I have app A, in app A i want to set a schedule to startup the app B and C at specific time? Is it possible to do that? if yes how? Are you sure your user will appreciate this? You can for instance use the AlarmManager and then just fire a suitable In

[android-developers] How to startup one application programmatically from other application

2010-07-15 Thread Jeruliu
Say I have app A, in app A i want to set a schedule to startup the app B and C at specific time? Is it possible to do that? if yes how? Just need to know the code to fire the outside app. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To