We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<activity android:name="net.gree.unitywebview.CUnityPlayerActivity" android:label="@string/app_name" android:hardwareAccelerated="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> <meta-data android:name="unityplayer.UnityActivity" android:value="true" /> </activity> <!--Phone Open Alum--> <activity android:name="com.reignstudios.reignnative.ReignUnityActivity" android:launchMode="standard" android:label="@string/app_name" android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|uiMode|touchscreen" android:hardwareAccelerated="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> <meta-data android:name="android.app.lib_name" android:value="unity" /> <meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true" /> </activity>
Thanks
The text was updated successfully, but these errors were encountered:
As noted in https://github.com/gree/unity-webview#android , you don't need to replace an Activity if you don't use Unity 5.6.0/5.6.1. If you really need to use them, please check #208 (comment) .
Sorry, something went wrong.
im try 5.5.2 it working thanks but 5.6.1 understand how to doing
No branches or pull requests
Thanks
The text was updated successfully, but these errors were encountered: