This CL makes the widget launch correctly

Allows the user to select an account and a folder.

Change-Id: I7760995166cff7db25264c2cc330bc394c984113
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 95fc926..b9739ad 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -48,15 +48,15 @@
         <activity android:name="LabelSynchronizationActivity"
             android:theme="@android:style/Theme.Holo.Light.Dialog" />
 
-        <activity android:name="CreateShortcutActivity"
+        <activity android:name=".ui.CreateShortcutActivity"
             android:theme="@style/ShortcutWidgetTheme"
             android:label="@string/activity_folder_selection" />
 
-        <activity android:name="FolderSelectionActivity"
+        <activity android:name=".ui.FolderSelectionActivity"
             android:theme="@style/ShortcutWidgetTheme"
             android:label="@string/activity_folder_selection" />
 
-        <activity android:name="MailboxSelectionActivity"
+        <activity android:name=".ui.MailboxSelectionActivity"
             android:theme="@style/InvisibleShortcutWidgetTheme"
             android:label="@string/app_name" >
             <intent-filter>
@@ -107,7 +107,7 @@
         <service android:name=".compose.EmptyService"/>
 
         <!-- Widget -->
-        <receiver android:name=".widget.WidgetProvider"  android:label="@string/app_name">
+        <receiver android:name=".widget.WidgetProvider" android:label="@string/app_name">
             <intent-filter>
                 <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
             </intent-filter>