summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorPaul Sliwowski <psliwowski@google.com>2013-09-03 13:39:35 -0700
committerPaul Sliwowski <psliwowski@google.com>2013-09-03 13:46:50 -0700
commite3a4d8676b1e4ec4202bb37db1dc5b375722d96a (patch)
tree8429a2b91f3c344c0c8f7143e375df49d286c85e /res/xml
parent45f23d4d67438c0561f74ef87b7028f6d74f7503 (diff)
downloadpackages_apps_Contacts-e3a4d8676b1e4ec4202bb37db1dc5b375722d96a.tar.gz
packages_apps_Contacts-e3a4d8676b1e4ec4202bb37db1dc5b375722d96a.tar.bz2
packages_apps_Contacts-e3a4d8676b1e4ec4202bb37db1dc5b375722d96a.zip
Remove social widget.
Bug: 10328519 Change-Id: I075db4ca4dcbcf170b71c253d7232c3d3d7d17f4
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/social_widget_info.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/res/xml/social_widget_info.xml b/res/xml/social_widget_info.xml
deleted file mode 100644
index 1003c62cd..000000000
--- a/res/xml/social_widget_info.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2010 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.
--->
-
- <!-- It is enough to update once per day, as the widget watches the database for changes -->
-
-<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
- android:minWidth="260dip"
- android:minHeight="40dip"
- android:updatePeriodMillis="86400000"
- android:initialLayout="@layout/social_widget"
- android:previewImage="@drawable/contacts_widget_preview"
- android:configure="com.android.contacts.socialwidget.SocialWidgetConfigureActivity" >
-</appwidget-provider>