blob: 33b4c977a363c24ae7a23783087e84105c8aa18c [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001<?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.providers.im"
36 class="com.android.providers.im.LandingPage"
37 shortcut="i" />
38 <bookmark
39 package="com.android.calendar"
40 class="com.android.calendar.LaunchActivity"
41 shortcut="l" />
Fred Quintana89ce2442009-04-08 00:38:40 -070042<!--
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080043 <bookmark
44 package="com.google.android.apps.maps"
45 class="com.google.android.maps.MapsActivity"
46 shortcut="m" />
Fred Quintana89ce2442009-04-08 00:38:40 -070047-->
The Android Open Source Project9066cfe2009-03-03 19:31:44 -080048 <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 <bookmark
57 package="com.google.android.youtube"
58 class="com.google.android.youtube.HomePage"
59 shortcut="y" />
Fred Quintana89ce2442009-04-08 00:38:40 -070060</bookmarks>