Support for Samsung's finger hover events, which require their own intent to get received

This commit is contained in:
pelya
2014-02-03 00:33:50 +02:00
parent 5425fbac26
commit fb02e91dc7
2 changed files with 2 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="tv.ouya.intent.category.GAME" />
<action android:name="com.sec.android.airview.HOVER" /> <!-- Stupid Samsung requires their own intent for finger-hover events -->
</intent-filter>
</activity>
<!-- ==ADMOB== --> <activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>