On Mon, Jun 6, 2011 at 3:12 AM, [email protected] <
[email protected]> wrote:

> I am getting an error "Cannot find symbol: moveTaskToTask" when I am using
> the function void moveTaskToTask(int,int) on ActivityManager object. I have
> seen the function at
> http://developer.android.com/reference/android/app/ActivityManager.html.
> Can any plss help me wid dis..
>

Probably has to do with the fact that "moveTaskToTask" does not exist.
If you meant "moveTaskTo*Front*", that's only available as of API 11, so if
you're building or running against an earlier version, it obviously won't
exist.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to