diff options
| author | Mindy Pereira <mindyp@google.com> | 2011-11-28 16:28:13 -0800 |
|---|---|---|
| committer | Mindy Pereira <mindyp@google.com> | 2011-11-28 16:30:12 -0800 |
| commit | 30003e582f03f98d656fe4f0b5feb40f9b2361ba (patch) | |
| tree | 95d512b652ef519364518a975c2f1e2adcaa4984 /AndroidManifest.xml | |
| parent | 87dde96eaf234f4e62de3fe1c79c6db8bd55d4a4 (diff) | |
| download | android_packages_apps_Email-30003e582f03f98d656fe4f0b5feb40f9b2361ba.tar.gz android_packages_apps_Email-30003e582f03f98d656fe4f0b5feb40f9b2361ba.tar.bz2 android_packages_apps_Email-30003e582f03f98d656fe4f0b5feb40f9b2361ba.zip | |
Show correct error when adding widget with no email accts on device.
If the WidgetConfiguration service is disabled until the user adds an account,
adding the widget just fails badly as there is no service registered
to handed an APPWIDGET_CONFIGURE intent.
Fixes b/5613821 App isn't installed toast message when creating widget for Email without any account
Change-Id: I98003eadf71fb944d3c0902f7e132ca7c5b67571
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ff7118ef7..36755a698 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -463,7 +463,7 @@ <!-- Email AppWidget definitions --> <activity android:name=".widget.WidgetConfiguration" - android:enabled="false" + android:enabled="true" android:theme="@android:style/Theme.Holo.Light.DialogWhenLarge" > <intent-filter |
