On Fri, Nov 2, 2012 at 8:53 AM, vani reddy wrote:
> final List recentTaskInfos = am.getRecentTasks(1024,0);
> String myPkgNm = context.getPackageName();
>
> if(!recentTaskInfos.isEmpty())
> {
> RecentTaskInfo recentTaskInfo;
> final int size = recentTaskInfos.size();
> for(int i=0
Hi All,
I am starting activities from A->B->C in acttivity C i am creating a
notification ,
when i click on the notification it opens A, but I want to open activity C.
On back press from A it goes to C.
I t shows there are mulitple instances of A created.A is the MAIN launcher
activity
How to avoi
2 matches
Mail list logo