if created a deeplink to open my app by URL
AddActivityText("main",
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT"></category>
<category android:name="android.intent.category.BROWSABLE"></category>
<data android:scheme="https" />
<data android:host="shorten.blueforcer.de" />
</intent-filter> )
Its working, but in taskmanager it doesnt look like a new instance. For example i click the link in telegram, it opens my app, but taskmanager shows it as telegram.
So im unable to swtich back to telegram, without closing my app.
i found this hint:
I am trying to open my own app whenever there is a "tel:" tag inside a link. So I am using an intent-filter like this: <intent-filter> <category android:name="android.intent.category.
Activity is one of the most brilliant concept on Android from its well-design architecture on memory management which lets Multitasking works perfectly on this most popular mobile operating syste
inthecheesefactory.com
but i dont know how to change the Launchmode it in b4a