解决Cocos2d点击电源键后游戏纹理失效

来源:互联网 发布:类似商务通的软件 编辑:程序博客网 时间:2024/05/21 05:43
<activity android:name="org.cocos2dx.lua.AppActivity"
                  android:label="@string/app_name"
                  android:screenOrientation="landscape"
                  android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
                  android:configChanges="orientation">
                  <!-- android:configChanges="orientation" -->
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            
            <intent-filter> 
               <data android:scheme="matrix"/> 
               <data android:scheme="http" android:host="m.q1.com" android:path=""></data>
            </intent-filter>
        </activity>
0 0
原创粉丝点击