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.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml b/tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml
deleted file mode 100644
index e0c4222..0000000
--- a/tests/gadgets/GadgetHostTest/res/xml/gadget_info.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<!-- BEGIN_INCLUDE(GadgetProviderInfo) -->
-<gadget-provider xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="40dp"
- android:minHeight="30dp"
- android:updatePeriodMillis="86400000"
- android:initialLayout="@layout/test_gadget"
- android:configure="com.android.tests.gadgethost.TestGadgetConfigure"
- >
-</gadget-provider>
-<!-- END_INCLUDE(GadgetProviderInfo) -->