summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/camera_preferences.xml2
-rw-r--r--res/xml/device_filter.xml19
-rw-r--r--res/xml/video_preferences.xml2
-rw-r--r--res/xml/wallpaper_picker_preview.xml19
-rw-r--r--res/xml/widget_info.xml8
5 files changed, 2 insertions, 48 deletions
diff --git a/res/xml/camera_preferences.xml b/res/xml/camera_preferences.xml
index 8c13a3422..b97840456 100644
--- a/res/xml/camera_preferences.xml
+++ b/res/xml/camera_preferences.xml
@@ -15,7 +15,7 @@
-->
<PreferenceGroup
- xmlns:camera="http://schemas.android.com/apk/res/com.android.gallery3d"
+ xmlns:camera="http://schemas.android.com/apk/res/com.android.camera2"
camera:title="@string/pref_camera_settings_category">
<IconListPreference
camera:key="pref_camera_flashmode_key"
diff --git a/res/xml/device_filter.xml b/res/xml/device_filter.xml
deleted file mode 100644
index 36cd13da7..000000000
--- a/res/xml/device_filter.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2011 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<resources>
- <!-- filter for PTP devices -->
- <usb-device class="6" subclass="1" protocol="1" />
-</resources>
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 79154e653..ce36219f8 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -15,7 +15,7 @@
-->
<PreferenceGroup
- xmlns:camera="http://schemas.android.com/apk/res/com.android.gallery3d"
+ xmlns:camera="http://schemas.android.com/apk/res/com.android.camera2"
camera:title="@string/pref_camcorder_settings_category">
<ListPreference
camera:key="pref_video_quality_key"
diff --git a/res/xml/wallpaper_picker_preview.xml b/res/xml/wallpaper_picker_preview.xml
deleted file mode 100644
index 759ff6fd4..000000000
--- a/res/xml/wallpaper_picker_preview.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<wallpaper-preview xmlns:android="http://schemas.android.com/apk/res/android"
- android:staticWallpaperPreview="@drawable/wallpaper_picker_preview">
-</wallpaper-preview>
diff --git a/res/xml/widget_info.xml b/res/xml/widget_info.xml
deleted file mode 100644
index 4aa460f8d..000000000
--- a/res/xml/widget_info.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="@dimen/appwidget_width"
- android:minHeight="@dimen/appwidget_height"
- android:updatePeriodMillis="86400000"
- android:previewImage="@drawable/preview"
- android:initialLayout="@layout/appwidget_main"
- android:configure="com.android.gallery3d.gadget.WidgetConfigure"/>