1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2007 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<bookmarks> 18 <bookmark 19 package="com.android.browser" 20 class="com.android.browser.BrowserActivity" 21 shortcut="b" /> 22 <bookmark 23 package="com.android.contacts" 24 class="com.android.contacts.DialtactsContactsEntryActivity" 25 shortcut="c" /> 26 <bookmark 27 package="com.android.email" 28 class="com.android.email.activity.Welcome" 29 shortcut="e" /> 30 <bookmark 31 package="com.google.android.gm" 32 class="com.google.android.gm.ConversationListActivityGmail" 33 shortcut="g" /> 34 <bookmark 35 package="com.android.im" 36 class="com.android.im.app.LandingPage" 37 shortcut="i" /> 38 <bookmark 39 package="com.android.calendar" 40 class="com.android.calendar.LaunchActivity" 41 shortcut="l" /> 42<!-- 43 <bookmark 44 package="com.google.android.apps.maps" 45 class="com.google.android.maps.MapsActivity" 46 shortcut="m" /> 47--> 48 <bookmark 49 package="com.android.music" 50 class="com.android.music.MusicBrowserActivity" 51 shortcut="p" /> 52 <bookmark 53 package="com.android.mms" 54 class="com.android.mms.ui.ConversationList" 55 shortcut="s" /> 56</bookmarks> 57