project_files/Android-build/SDL-android-project/AndroidManifest.xml
changeset 7461 38acbfdb484f
parent 7455 8e86d8d2927d
child 7508 763d3961400b
--- a/project_files/Android-build/SDL-android-project/AndroidManifest.xml	Thu Aug 02 16:35:12 2012 +0200
+++ b/project_files/Android-build/SDL-android-project/AndroidManifest.xml	Thu Aug 02 16:36:11 2012 +0200
@@ -72,5 +72,11 @@
             android:screenOrientation="landscape"
             android:windowSoftInputMode="adjustPan" >
         </activity>
+        <activity
+            android:name=".netplay.RoomActivity"
+            android:label="@string/title_activity_room"
+            android:screenOrientation="landscape"
+            android:windowSoftInputMode="adjustPan" >
+        </activity>
     </application>
 </manifest>
\ No newline at end of file