StansAssets / com.stansassets.android-native

Android Native Plugin Wiki
https://api.stansassets.com/android-native/
10 stars 1 forks source link

AN_ProxyActivity onStart callback was already fired, activity will be finished #51

Open redccoma opened 1 year ago

redccoma commented 1 year ago

In our project, the intent-filter part is deleted from the code below declared in Plugins/Android/AndroidManifest.xml and exported to the Android project.

image

Afterwards, the apk is being built by adding the intent-filter as shown below in AndroidManifest.xml, which was added by AndroidStudio itself.

image

If you do this, the following error occurs when you use the share function, and it does not work.

image

Is there any solution in this case?