Browse Source

removed duplicate entries in AndroidManifest.xml

fysx 11 years ago
parent
commit
ec9be8a383
1 changed files with 0 additions and 5 deletions
  1. 0 5
      AndroidManifest.xml

+ 0 - 5
AndroidManifest.xml

@@ -24,11 +24,6 @@
           <category android:name="android.intent.category.LAUNCHER" />
           <category android:name="android.intent.category.LAUNCHER" />
           <category android:name="tv.ouya.intent.category.GAME"/>
           <category android:name="tv.ouya.intent.category.GAME"/>
         </intent-filter>
         </intent-filter>
-      </activity>
-      <activity
-        android:name="GameActivity"
-        android:configChanges="orientation|screenSize"
-        android:screenOrientation="landscape" >
         <intent-filter>
         <intent-filter>
           <action android:name="android.intent.action.VIEW" />
           <action android:name="android.intent.action.VIEW" />
           <category android:name="android.intent.category.DEFAULT" />
           <category android:name="android.intent.category.DEFAULT" />