I should made it more clear, i intent to let user specific the time to
fire the chosen app.
Which approach is better? notification or call intent from
AlarmManger?

Please be noted that the app B or C will be the existence third part
application, i may not know which activity is the entry point.

On Jul 15, 3:28 pm, "Jonas Petersson" <jonas.peters...@xms.se> wrote:
> 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 Intent, but the user
> might be in the middle of (say) enter a password or similar when you
> happen to pop up app B/C, so this app had better be as important as a
> phone call or similar. A better approach might be to use a notification.
>
>                         Best / Jonas

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