문제

I need only one instance of my app in android. If I run my app after installation and go to Home screen, and again run my app (click on app's icon), second instance is opened, I need to open already running first instance not to run second instance. I don't know how to solve this.

도움이 되었습니까?

해결책

Use android:launchMode="singleTask" or android:launchMode="singleInstance" in your manifest.xml in your activity tag

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top