summaryrefslogtreecommitdiffstats
path: root/tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml')
-rw-r--r--tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml b/tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml
index 353df30..e0c4222 100644
--- a/tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml
+++ b/tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml
@@ -1,8 +1,10 @@
+<!-- BEGIN_INCLUDE(GadgetProviderInfo) -->
<gadget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="40dp"
android:minHeight="30dp"
- android:updatePeriodMillis="3000"
+ android:updatePeriodMillis="86400000"
android:initialLayout="@layout/test_gadget"
android:configure="com.android.tests.gadgethost.TestGadgetConfigure"
>
</gadget-provider>
+<!-- END_INCLUDE(GadgetProviderInfo) -->