I still don't understand your question. You are mixing things you do in code with steps the user takes.
And you are not clearly stating what is the expected behavior you want and the behavior you get or what the problem is. Regards, Daniele On Thursday, October 22, 2015 at 9:38:38 AM UTC+2, Hiko wrote: > > Dear TreKing, > > At first, i am sorry for late response. > > For instance, > 1. "A" application is launched. > 2. Alert dialog whether permission is allowed or not is display as soon as > launching application.1 > 3. select "allow" > 4. press the Task menu button. > > observed: > 2 "A" applications are listed on Task menu. > > expected: > "A" application is listed on Task menu as single task. > > Regards, > Hiko > > 2015年10月17日土曜日 1時35分37秒 UTC+9 TreKing: >> >> You need to clarify your question. What "2 tasks" are you talking about? >> >> On Fri, Oct 16, 2015 at 5:03 AM Hiko <[email protected]> wrote: >> >>> Hi, >>> >>> Currently I develop the application concerned Camera function for >>> android 6.0. >>> >>> on Apps Setting, the permission for Camera is disabled. >>> >>> requestPermissions() is called on onCreate() on my application, i >>> implemented. >>> of course, i also implemented onRequestPermissionsResult() as override. >>> >>> after launching my application, dialog is displayed(ask whether Camera >>> function >>> is allowed permission or not) >>> after allowing, the Task Menu is opened by selecting the bottom key. >>> after that, the same 2 Tasks are available. >>> >>> Here is my question. >>> IS IT POSSIBLE TO BE SINGLE TASK EVEN IF 2 TASKS ARE AVAILABLE? >>> >>> If yes, could you please let me know how to implement. >>> >>> Regards, >>> >> -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

