I want to write a remote service by Aidl, which will provide an
interface(named Ixyz) to other android client apps.In the interface
Ixyz, a method named m1() is included. Method m1 will show different
views by starting different activitys.In addition, We allow client
apps call method m1() concurrently.

        Now consider this case, for example, when client app1 calls
Ixyz.m1(), and the first activity, Activity1 shows currently.Then home
key is pressed to lanuch client app2. app2 also calls Ixyz.m1(), and
another new activity, Activity2 shows currently. At this point, we
switch back to app1 by press home key, and we expect Activity1 shows
currently.

        So, what we want is, the right activity will be poped to show as
currently when different app is switched.

        Thanks.

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