When I try to contact Whatsapp whith:
Intent1.Initialize(Intent1.ACTION_VIEW, $"https://api.whatsapp.com/send?phone=${"+31"&Main.TelefoonNummer}&text=${AppTekst}"$)
I get whit some older telephones the following error:
android.content.ActivityNotFoundException: Unable to find explicit activity class {android/com.android.internal.app.ResolverActivity}; have you declared this activity in your AndroidManifest.xml?
It works well with all newer phones.
How can I solve this problem? Please help.
Intent1.Initialize(Intent1.ACTION_VIEW, $"https://api.whatsapp.com/send?phone=${"+31"&Main.TelefoonNummer}&text=${AppTekst}"$)
I get whit some older telephones the following error:
android.content.ActivityNotFoundException: Unable to find explicit activity class {android/com.android.internal.app.ResolverActivity}; have you declared this activity in your AndroidManifest.xml?
It works well with all newer phones.
How can I solve this problem? Please help.