]> Pileus Git - ~andy/spades/blobdiff - AndroidManifest.xml
Remove some debug messages
[~andy/spades] / AndroidManifest.xml
index 8646b4bd1039a06479cc69e4f00cb7dcc8a34efa..6a5a85e0f2f9a61688a46d20f8825d5f7fc01eec 100644 (file)
@@ -3,13 +3,16 @@
        package="org.pileus.spades"
        android:versionCode="1"
        android:versionName="1.0">
+       <uses-permission android:name="android.permission.INTERNET" />
        <application android:label="@string/app_name" >
                <activity android:name="Main"
-                       android:label="@string/app_name">
+                       android:windowSoftInputMode="stateVisible|adjustResize">
                        <intent-filter>
                                <action android:name="android.intent.action.MAIN" />
                                <category android:name="android.intent.category.LAUNCHER" />
                        </intent-filter>
                </activity>
+               <activity android:name="Prefs" />
+               <service android:name="Task" />
        </application>
 </manifest>