- Layout revamp first commit
diff --git a/FairphoneUpdater/AndroidManifest.xml b/FairphoneUpdater/AndroidManifest.xml
index b8ec787..17a181c 100644
--- a/FairphoneUpdater/AndroidManifest.xml
+++ b/FairphoneUpdater/AndroidManifest.xml
@@ -30,11 +30,11 @@
             android:name=".FairphoneUpdater"
             android:label="@string/app_name"
             android:screenOrientation="portrait" >
-            <intent-filter>
+            <!-- <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
 
                 <category android:name="android.intent.category.LAUNCHER" />
-            </intent-filter>
+            </intent-filter> -->
         </activity>
 
         <service
@@ -51,13 +51,12 @@
         <activity
             android:name=".VersionListActivity"
             android:screenOrientation="portrait" />
-        
         <activity
-            android:name="com.fairphone.updater.gappsinstaller.TransparentActivity"
-            android:label="activity_transparent"
-            android:theme="@android:style/Theme.Translucent"
+            android:name=".gappsinstaller.TransparentActivity"
             android:excludeFromRecents="true"
-            android:screenOrientation="portrait">
+            android:label="activity_transparent"
+            android:screenOrientation="portrait"
+            android:theme="@android:style/Theme.Translucent" >
         </activity>
 
         <meta-data
@@ -76,7 +75,17 @@
                 android:name="android.appwidget.provider"
                 android:resource="@xml/google_apps_widget" />
         </receiver>
-        
+
+        <activity
+            android:name=".FairphoneUpdater2Activity"
+            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>
     </application>
 
 </manifest>
\ No newline at end of file