summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Taylor <tomtaylor@google.com>2012-09-14 15:34:21 -0700
committerTom Taylor <tomtaylor@google.com>2012-09-14 15:34:21 -0700
commit99b45939853c8709a7c2e0745ec02e116cb2d74b (patch)
tree2928345a14a1f874a61684e8446b49ef5eeead3d
parentea339a26d0f2de0087d4c6ebf9f55c505b922695 (diff)
downloadMms-99b45939853c8709a7c2e0745ec02e116cb2d74b.tar.gz
Enable messaging widget on lockscreen
Bug 7165172 Change-Id: Ica644ed1b89455e54fdee436cae3f71352c7437f
-rw-r--r--res/xml/widget_info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/xml/widget_info.xml b/res/xml/widget_info.xml
index 02dd8702..b4b02008 100644
--- a/res/xml/widget_info.xml
+++ b/res/xml/widget_info.xml
@@ -6,5 +6,7 @@
android:minHeight="220dp"
android:updatePeriodMillis="0"
android:initialLayout="@layout/widget"
- android:resizeMode="horizontal|vertical">
+ android:resizeMode="horizontal|vertical"
+ android:widgetCategory="home_screen|keyguard"
+ android:widgetFeatures="none">
</appwidget-provider>