Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2013 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 <!-- Google-specific version of Launcher3/res/xml/default_workspace.xml -->
     18 <favorites>
     19 
     20     <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
     21     <!-- Hangouts Gmail Chrome [All Apps] YouTube Photos Camera -->
     22 
     23 	<favorite
     24         container="-101"
     25         screen="0"
     26         x="0"
     27         y="0"
     28         packageName="com.google.android.talk"
     29 		className="com.google.android.talk.SigningInActivity"
     30         />
     31 
     32 	<favorite
     33         container="-101"
     34         screen="1"
     35         x="0"
     36         y="0"
     37         packageName="com.google.android.gm"
     38         className="com.google.android.gm.ConversationListActivityGmail"
     39         />
     40 
     41 	<favorite
     42         container="-101"
     43         screen="2"
     44         x="0"
     45         y="0"
     46         packageName="com.android.chrome"
     47         className="com.google.android.apps.chrome.Main"
     48     />
     49 
     50 	<favorite
     51         container="-101"
     52         screen="4"
     53         x="0"
     54         y="0"
     55         packageName="com.google.android.youtube"
     56 		className="com.google.android.youtube.app.honeycomb.Shell$HomeActivity"
     57         />
     58 
     59 	<favorite
     60         container="-101"
     61         screen="5"
     62         x="0"
     63         y="0"
     64 		packageName="com.google.android.apps.photos"
     65 		className="com.google.android.apps.photos.home.HomeActivity"
     66 		/>
     67 
     68     <favorite
     69         container="-101"
     70         screen="6"
     71         x="0"
     72         y="0"
     73         packageName="com.google.android.GoogleCamera"
     74         className="com.android.camera.CameraActivity"
     75     />
     76 
     77     <!-- In Launcher3, workspaces extend infinitely to the right, incrementing from zero -->
     78 
     79 	<!-- Google folder -->
     80 	<!-- Google, Maps, G+, Calendar, Contacts, News & Weather -->
     81 
     82 	<folder
     83 			title="@string/google_folder_title"
     84 			screen="0"
     85 			x="0"
     86 			y="4">
     87 
     88 			<favorite
     89 	                packageName="com.google.android.googlequicksearchbox"
     90 	                className="com.google.android.googlequicksearchbox.SearchActivity"
     91 	                />
     92 
     93 			<favorite
     94 		            packageName="com.google.android.apps.maps"
     95 					className="com.google.android.maps.MapsActivity"
     96 			        />
     97 
     98 			<favorite
     99 				    packageName="com.google.android.apps.plus"
    100 					className="com.google.android.apps.plus.phone.HomeActivity"
    101 					/>
    102 
    103 			<favorite
    104 	                packageName="com.google.android.calendar"
    105 	                className="com.android.calendar.AllInOneActivity"
    106 	                />
    107 
    108 			<favorite
    109 	                packageName="com.google.android.contacts"
    110 	                className="com.android.contacts.activities.PeopleActivity"
    111 	                />
    112 
    113 			<favorite
    114 		            packageName="com.google.android.apps.genie.geniewidget"
    115 					className="com.google.android.apps.genie.geniewidget.activities.NewsActivity"
    116 			        />
    117 
    118 	</folder>
    119 
    120 	<!-- Create folder -->
    121 	<!-- Docs, Sheets, Slides, Drive, Keep -->
    122 
    123 	<folder
    124 			title="@string/create_folder_title"
    125 			screen="0"
    126 			x="1"
    127 			y="4">
    128 
    129 			<favorite
    130 	                packageName="com.google.android.apps.docs.editors.docs"
    131 	                className="com.google.android.apps.docs.app.NewMainProxyActivity"
    132 	                />
    133 
    134 			<favorite
    135 			packageName="com.google.android.apps.docs.editors.sheets"
    136 			        className="com.google.android.apps.docs.app.NewMainProxyActivity"
    137 			        />
    138 
    139 			<favorite
    140 			packageName="com.google.android.apps.docs.editors.slides"
    141 			        className="com.google.android.apps.docs.app.NewMainProxyActivity"
    142 			        />
    143 
    144 			<favorite
    145 	                packageName="com.google.android.apps.docs"
    146 	                className="com.google.android.apps.docs.app.NewMainProxyActivity"
    147 	                />
    148 
    149 			<favorite
    150 		            packageName="com.google.android.keep"
    151 					className="com.google.android.keep.activities.BrowseActivity"
    152 			        />
    153 
    154 	</folder>
    155 
    156 	<!-- Play folder -->
    157 	<!-- Movies, Music, Games, Books, Newsstand -->
    158 
    159 	<folder
    160 			title="@string/play_folder_title"
    161 			screen="0"
    162 			x="4"
    163 			y="4">
    164 
    165 			<favorite
    166 	                packageName="com.google.android.play.games"
    167 	                className="com.google.android.gms.games.ui.destination.main.MainActivity"
    168 	                />
    169 
    170 			<favorite
    171 		            packageName="com.google.android.videos"
    172 					className="com.google.android.youtube.videos.EntryPoint"
    173 			        />
    174 
    175 			<favorite
    176 	                packageName="com.google.android.music"
    177 	                className="com.android.music.activitymanagement.TopLevelActivity"
    178 	                />
    179 
    180 			<favorite
    181 		            packageName="com.google.android.apps.books"
    182 					className="com.google.android.apps.books.app.BooksActivity"
    183 			        />
    184 
    185 			<favorite
    186 	                packageName="com.google.android.apps.magazines"
    187 	                className="com.google.apps.dots.android.app.activity.CurrentsStartActivity"
    188 	                />
    189 
    190 	</folder>
    191 
    192 	<favorite
    193         screen="0"
    194         x="5"
    195         y="4"
    196         packageName="com.android.vending"
    197         className="com.android.vending.AssetBrowserActivity"
    198     />
    199 
    200     <!-- Any other installed apps will appear in All Apps -->
    201 
    202 </favorites>
    203