latestversionplugin icon indicating copy to clipboard operation
latestversionplugin copied to clipboard

Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK

Open DanielJoseDolz opened this issue 3 months ago • 0 comments

I am getting this:

Android.Util.AndroidRuntimeException: 'Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?'

when using CrossLatestVersion.Current.OpenAppInStore

Bug

Plugin Version: 2.1.0 Platform (e.g., Android v33):
Emulator

Expected behavior

Actual behavior

Steps to reproduce the issue

Feature Request

Description:

DanielJoseDolz avatar Mar 08 '24 17:03 DanielJoseDolz