这是我的表现,一切都接受了活动。
您可以在市场中查看该应用,但表示当您通过xoom访问应用时,它与xoom不兼容。该应用程序不通过电话做任何事情或使用GPS等...
https://market.android.com/details?id=com.pragmaticpat.playroomhd&feature=search_result
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pragmaticpat.playroomhd"
android:versionCode="12"
android:versionName="1.92">
<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="12"/>
<application android:icon="@drawable/playroom_icon"
android:label="PlayRoom HD"
android:debuggable="false"
android:name=".GlobalState">
<activity android:name=".GameStartUp" android:launchMode="singleTop" android:screenOrientation="landscape" android:theme="@style/Theme.FullScreen">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>