标签:android style io os sp cti on c amp
package com.example;}
AndroidManifest.xml 配置
<uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
android:configChanges="orientation"
<activity
android:name=".XXX"
android:configChanges="orientation"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
标签:android style io os sp cti on c amp
原文地址:http://blog.csdn.net/xpzhang123/article/details/39530061