Enable calendar widget as lock widget

Change-Id: If549495901b3ded53771a3a6356fc5a9017d239d
This commit is contained in:
Michael Jurka 2012-09-14 13:24:24 -07:00 committed by Michael Chan
parent b9f02559f9
commit 07952df8cb
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-common-chips \
android-support-v4 \
calendar-common
LOCAL_SDK_VERSION := 16
LOCAL_SDK_VERSION := current
LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs))

View File

@ -22,5 +22,6 @@
android:updatePeriodMillis="0"
android:previewImage="@drawable/calendar_widget_preview"
android:initialLayout="@layout/appwidget"
android:resizeMode="horizontal|vertical" >
android:resizeMode="horizontal|vertical"
android:widgetCategory="keyguard|home_screen">
</appwidget-provider>