Intent : Android
I am using intent to 开发者_JS百科start google maps. When I press the back key I want my application to get the focus.
Can you please let me know how can this be achieved??
Will using FLAG_ACTIVITY_REORDER_TO_FRONT flag help?? I am not able to solve this.
Please help.
Thanks.
Are you finishing the activity before you start google maps? Program control should return back to your application if the user hits the back button as long as you don't finish the activity.
精彩评论