From 4e1ed6c75d107fcca2067841030a587716ec5733 Mon Sep 17 00:00:00 2001 From: Mark Wei Date: Fri, 5 Oct 2012 12:42:16 -0700 Subject: [PATCH] Make Email widget available on lock screen Bug: 7295924 Change-Id: I31a07da128ec258c408affa86285195851a29254 --- res/xml-sw600dp/widget_info.xml | 2 +- res/xml/widget_info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/xml-sw600dp/widget_info.xml b/res/xml-sw600dp/widget_info.xml index b8d0fa724..34ad6cfaa 100644 --- a/res/xml-sw600dp/widget_info.xml +++ b/res/xml-sw600dp/widget_info.xml @@ -22,4 +22,4 @@ android:initialLayout="@layout/widget" android:resizeMode="horizontal|vertical" android:configure="com.android.email2.ui.MailboxSelectionActivityEmail" - /> + android:widgetCategory="home_screen|keyguard" /> diff --git a/res/xml/widget_info.xml b/res/xml/widget_info.xml index 9a713d55c..25b1e52f4 100644 --- a/res/xml/widget_info.xml +++ b/res/xml/widget_info.xml @@ -24,4 +24,4 @@ android:initialLayout="@layout/widget" android:resizeMode="horizontal|vertical" android:configure="com.android.email2.ui.MailboxSelectionActivityEmail" - /> + android:widgetCategory="home_screen|keyguard" />