1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2009 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 17<favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"> 18 19 <search 20 launcher:screen="1" 21 launcher:x="0" 22 launcher:y="0" /> 23 24 <favorite 25 launcher:packageName="com.android.contacts" 26 launcher:className="com.android.contacts.DialtactsActivity" 27 launcher:screen="1" 28 launcher:x="0" 29 launcher:y="3" /> 30 31 <favorite 32 launcher:packageName="com.android.contacts" 33 launcher:className="com.android.contacts.DialtactsContactsEntryActivity" 34 launcher:screen="1" 35 launcher:x="1" 36 launcher:y="3" /> 37 38 <favorite 39 launcher:packageName="com.android.browser" 40 launcher:className="com.android.browser.BrowserActivity" 41 launcher:screen="1" 42 launcher:x="2" 43 launcher:y="3" /> 44 45 <favorite 46 launcher:packageName="com.google.android.apps.maps" 47 launcher:className="com.google.android.maps.MapsActivity" 48 launcher:screen="1" 49 launcher:x="3" 50 launcher:y="3" /> 51 52 <favorite 53 launcher:packageName="com.android.mms" 54 launcher:className="com.android.mms.ui.ConversationList" 55 launcher:screen="1" 56 launcher:x="0" 57 launcher:y="2" /> 58 59 <favorite 60 launcher:packageName="com.android.vending" 61 launcher:className="com.android.vending.AssetBrowserActivity" 62 launcher:screen="1" 63 launcher:x="3" 64 launcher:y="2" /> 65 66</favorites> 67