mirror of https://github.com/axmolengine/axmol.git
Use android.appNativeActivity directly
This commit is contained in:
parent
a2a999d505
commit
9da4b9798f
|
@ -12,7 +12,7 @@
|
|||
android:debuggable="true">
|
||||
|
||||
|
||||
<activity android:name="org.cocos2dx.lib.Cocos2dxActivity"
|
||||
<activity android:name="android.app.NativeActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="landscape"
|
||||
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
||||
|
|
Loading…
Reference in New Issue