First off, I apologize if this sounds like a trivial question with a
trivial answer, but I'm currently stuck at trying to get an Activity
object from ActivityManager or ComponentName.  I"ve been looking at
the android developer docs to see if there are any APIs exposed that I
can use so I can get an actual Activity object given that I have an
ActivityManager or ComponentName.  The best I can find so far is
grabbing the ComponentName from ActivityManager.RunningTaskInfo, get
the baseActivity (which is of type ComponentName), but then I'm stuck
there.  Can anyone help?

Thanks.

R

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