Update to ActionBarSherlock 4.1.0.
[debian/openrocket] / android / AndroidManifest.xml
index 9043baf92db7fe6be7d4a89070f3217d01467901..eaab1308bdcebf3ddef9ea6877b0ac1162196fbc 100644 (file)
 \r
                 <category android:name="android.intent.category.LAUNCHER" />\r
             </intent-filter>\r
-        </activity>\r
-        <activity\r
-            android:name=".android.rocket.OpenRocketLoaderActivity"\r
-            android:theme="@style/AppTheme.NoActionBar" >\r
-\r
             <!--\r
                  I don't understand why I need to have two different intent filters. \r
                                Combining the <data> elements into a single field did not result in a working \r
         <activity\r
             android:name=".android.simulation.SimulationViewActivity"\r
             android:theme="@style/AppTheme.NoActionBar" />\r
-        <activity android:name=".android.filebrowser.SimpleFileBrowser"\r
+        <activity\r
+            android:name=".android.filebrowser.SimpleFileBrowser"\r
             android:theme="@style/Theme.Sherlock.Dialog" />\r
+\r
+        <service android:name=".android.simservice.SimulationService" />\r
     </application>\r
 \r
 </manifest>
\ No newline at end of file