application getting launched even if it is open android
In my android application as soon as the user clicks on the application icon from menu the app is getting launched.It is happening even if the application is open earlier.
I would like to maintain the state li开发者_运维技巧ke if the application is opened then the app should show the default opened page and should not launch it again.
Please let me know your valuable suggestions.
Thanks in advance :)
Hey i solved this issue.Earlier i was using android:launchmode as single instance.When i removed this its working fine :)
精彩评论