Skip to content
This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Commit f06abce

Browse files
author
Hisanobu Tomari
committed
Allow Widget to be put on lock screen on Android<=4.4
1 parent 8480448 commit f06abce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/xml/javabutton_appwidget_info.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
android:updatePeriodMillis="86400000"
55
android:previewImage="@drawable/dl_button"
66
android:initialLayout="@layout/javabutton_appwidget"
7-
android:widgetCategory="home_screen">
7+
android:initialKeyguardLayout="@layout/javabutton_appwidget"
8+
android:widgetCategory="home_screen|keyguard">
89
</appwidget-provider>

0 commit comments

Comments
 (0)