cleanup strings and old activities
diff --git a/FairphoneUpdater/AndroidManifest.xml b/FairphoneUpdater/AndroidManifest.xml
index 17a181c..8a816c9 100644
--- a/FairphoneUpdater/AndroidManifest.xml
+++ b/FairphoneUpdater/AndroidManifest.xml
@@ -26,21 +26,10 @@
         android:icon="@drawable/fairphone_updater_app_icon"
         android:label="@string/app_name"
         android:theme="@style/AppTheme" >
-        <activity
-            android:name=".FairphoneUpdater"
-            android:label="@string/app_name"
-            android:screenOrientation="portrait" >
-            <!-- <intent-filter>
-                <action android:name="android.intent.action.MAIN" />
-
-                <category android:name="android.intent.category.LAUNCHER" />
-            </intent-filter> -->
-        </activity>
-
         <service
             android:name=".UpdaterService"
             android:icon="@drawable/fairphone_updater_app_icon_small"
-            android:label="@string/updaterService" />
+            android:label="@string/updater_service" />
 
         <receiver android:name=".BootBroadcastReceiver" >
             <intent-filter>
@@ -49,9 +38,6 @@
         </receiver>
 
         <activity
-            android:name=".VersionListActivity"
-            android:screenOrientation="portrait" />
-        <activity
             android:name=".gappsinstaller.TransparentActivity"
             android:excludeFromRecents="true"
             android:label="activity_transparent"