added basic ouya input

This commit is contained in:
Diego Waxemberg
2013-09-21 19:51:17 -04:00
parent 3433ab1ccc
commit ca3758106a
9 changed files with 181 additions and 32 deletions

View File

@@ -19,11 +19,6 @@
<activity
android:name="com.limelight.Connection"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.limelight.Game"
@@ -34,6 +29,12 @@
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="com.limelight.Connection" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service
android:name="com.limelight.RelayService"></service>