Conflict with activity tags on android manifest: Facebook and Google Play Games in Unity3d
问题 Both Facebook and Google Play Games plugins require that I use android.intent.action.MAIN and android.intent.action.LAUNCHER in the Android Manifest. But one cancels the other. I'm new to mobile development. Is there any workaround? What can I be doing wrong? Manifest: <application android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="false" android:name="com.soomla.store.SoomlaApp"> <intent-filter> <action android:name="android.intent.action.MAIN" />