summaryrefslogtreecommitdiffstats
path: root/tests/res/xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2018-03-05 18:06:52 +0000
committerWinson Chung <winsonc@google.com>2018-03-05 18:06:52 +0000
commitf502e5faecbd460ad3b8258168c5812cbaa34c4e (patch)
treecd9c43e7d5ffb4f6ef5d59bcaaafcaf78de5c9f7 /tests/res/xml
parentb29a5fa55ce3b84dd1829688db8522d5e68ffc44 (diff)
downloadandroid_packages_apps_Trebuchet-f502e5faecbd460ad3b8258168c5812cbaa34c4e.tar.gz
android_packages_apps_Trebuchet-f502e5faecbd460ad3b8258168c5812cbaa34c4e.tar.bz2
android_packages_apps_Trebuchet-f502e5faecbd460ad3b8258168c5812cbaa34c4e.zip
Revert "Adding support for hiding widgets from the widget tray and reconfiguring widgets"
This reverts commit b29a5fa55ce3b84dd1829688db8522d5e68ffc44. Reason for revert: Temporary revert for build. Change-Id: I58045ad1ce28d398a5216ba4fbbcdba1196942ec
Diffstat (limited to 'tests/res/xml')
-rw-r--r--tests/res/xml/appwidget_hidden.xml11
-rw-r--r--tests/res/xml/appwidget_with_config.xml1
2 files changed, 0 insertions, 12 deletions
diff --git a/tests/res/xml/appwidget_hidden.xml b/tests/res/xml/appwidget_hidden.xml
deleted file mode 100644
index 6f0e0066f..000000000
--- a/tests/res/xml/appwidget_hidden.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<appwidget-provider
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="180dp"
- android:minHeight="110dp"
- android:updatePeriodMillis="86400000"
- android:initialLayout="@layout/test_layout_appwidget_blue"
- android:resizeMode="horizontal|vertical"
- android:widgetFeatures="hide_from_picker"
- android:widgetCategory="home_screen">
-</appwidget-provider> \ No newline at end of file
diff --git a/tests/res/xml/appwidget_with_config.xml b/tests/res/xml/appwidget_with_config.xml
index 840368987..3e96c6f2f 100644
--- a/tests/res/xml/appwidget_with_config.xml
+++ b/tests/res/xml/appwidget_with_config.xml
@@ -7,6 +7,5 @@
android:initialLayout="@layout/test_layout_appwidget_blue"
android:configure="com.android.launcher3.testcomponent.WidgetConfigActivity"
android:resizeMode="horizontal|vertical"
- android:widgetFeatures="reconfigurable"
android:widgetCategory="home_screen">
</appwidget-provider> \ No newline at end of file