I would like to check if third party app was already opened.
I can open third party app if i know packagename.
like:
Intent intent = getPackageManager().getLaunchIntentForPackage("com.thirdparty.package");
startActivity( intent );
Can i check if was already opened before? I this possible?
You can check if it is running with: