Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebe8d3f7 authored by James Kung's avatar James Kung Committed by Android (Google) Code Review
Browse files

Merge "Enable calendar widget as lock widget" into ics-ub-calendar-burgundy

parents bb4afe2c 07952df8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))

+2 −1
Original line number Diff line number Diff line
@@ -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>