summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-02-28 09:55:14 -0800
committerRoboErik <epastern@google.com>2011-03-01 13:30:29 -0800
commitc46c2dc5dbec57616d799b1d0290d7c827b48d0c (patch)
treeca5e08fd1906415471ed3ba41c3f718dc893fc5a /AndroidManifest.xml
parentff982e820f7c1e5f369ea71bf1e6fc511778bac4 (diff)
downloadandroid_packages_apps_Calendar-c46c2dc5dbec57616d799b1d0290d7c827b48d0c.tar.gz
android_packages_apps_Calendar-c46c2dc5dbec57616d799b1d0290d7c827b48d0c.tar.bz2
android_packages_apps_Calendar-c46c2dc5dbec57616d799b1d0290d7c827b48d0c.zip
b/3465101 b/3440829 Fix widget loading issues
Makes the widget load asyncronously so it doesn't ANR and limits the reload rate to twice a second so it doesn't flash a lot. Change-Id: I7a8dd9bcec4a9178e9ae898fa2ef21fa21d33a49
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c5fc24e5..f2fd0245 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -145,18 +145,6 @@
<service android:name=".alerts.DismissAllAlarmsService" />
<!-- Declarations for the widget -->
- <receiver android:name=".widget.CalendarAppWidgetReceiver" android:enabled="false">
- <intent-filter>
- <action android:name="android.intent.action.TIMEZONE_CHANGED" />
- <action android:name="android.intent.action.TIME_SET" />
- <action android:name="android.intent.action.DATE_CHANGED" />
- </intent-filter>
- <intent-filter>
- <data android:scheme="content" android:host="com.android.calendar"/>
- <action android:name="android.intent.action.PROVIDER_CHANGED"/>
- </intent-filter>
- </receiver>
-
<receiver android:name=".widget.CalendarAppWidgetProvider" android:label="@string/gadget_title">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />