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

Commit 07952df8 authored by Michael Jurka's avatar Michael Jurka Committed by Michael Chan
Browse files

Enable calendar widget as lock widget

Change-Id: If549495901b3ded53771a3a6356fc5a9017d239d
parent b9f02559
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>