blob: 1003c62cd3575cc4efaab69e7c3bdd3656ee68e8 [file] [log] [blame]
Daniel Lehmann2d4f7592010-10-12 23:31:31 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Daniel Lehmann3cceb3f2010-11-05 12:59:17 -070017 <!-- It is enough to update once per day, as the widget watches the database for changes -->
18
Daniel Lehmann2d4f7592010-10-12 23:31:31 -070019<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
Justin Ho9877d972011-09-09 08:59:24 -070020 android:minWidth="260dip"
21 android:minHeight="40dip"
Daniel Lehmann3cceb3f2010-11-05 12:59:17 -070022 android:updatePeriodMillis="86400000"
Daniel Lehmannb93a26c2010-10-18 14:07:05 -070023 android:initialLayout="@layout/social_widget"
Adam Lesinski3eeaf282010-12-15 23:34:58 -080024 android:previewImage="@drawable/contacts_widget_preview"
Daniel Lehmannb93a26c2010-10-18 14:07:05 -070025 android:configure="com.android.contacts.socialwidget.SocialWidgetConfigureActivity" >
Daniel Lehmann2d4f7592010-10-12 23:31:31 -070026</appwidget-provider>