Updated Ouya intent

This commit is contained in:
Sergii Pylypenko
2013-02-08 18:40:38 +02:00
parent 6d5c5b78cb
commit 0f42d021ec
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="ouya.intent.category.GAME" />
<category android:name="tv.ouya.intent.category.GAME" />
</intent-filter>
</activity>
<!-- ==ADMOB== --> <activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>