summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2012-02-23 15:23:21 -0800
committerMindy Pereira <mindyp@google.com>2012-02-23 15:47:17 -0800
commit8a17d6e1fc5b4795bc5191c7beab2ab1ed38597b (patch)
tree6da87ddc12bfd8146a3363c6ee379278e0021cb8 /AndroidManifest.xml
parent8a8c50d8fcc4f20549c9f395edbad017a940e72b (diff)
downloadandroid_packages_apps_UnifiedEmail-8a17d6e1fc5b4795bc5191c7beab2ab1ed38597b.tar.gz
android_packages_apps_UnifiedEmail-8a17d6e1fc5b4795bc5191c7beab2ab1ed38597b.tar.bz2
android_packages_apps_UnifiedEmail-8a17d6e1fc5b4795bc5191c7beab2ab1ed38597b.zip
This CL makes the widget launch correctly
Allows the user to select an account and a folder. Change-Id: I7760995166cff7db25264c2cc330bc394c984113
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 95fc9265e..b9739ad7b 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>