summaryrefslogtreecommitdiffstats
path: root/res/xml/update_workspace.xml
diff options
context:
space:
mode:
authorAaahh Ahh <woohoomoo2u@gmail.com>2015-11-05 19:32:25 -0500
committerTom Powell <zifnab@zifnab06.net>2017-03-26 15:52:41 -0700
commit0e4eb1fb46735e86a33ed2245b697f567757798d (patch)
tree5d9fa84f05710f9dcc07f8fab1526a07c16dc597 /res/xml/update_workspace.xml
parenta85dfcab701479f1038611a16f037ab6283a4f29 (diff)
downloadandroid_packages_apps_Trebuchet-0e4eb1fb46735e86a33ed2245b697f567757798d.tar.gz
android_packages_apps_Trebuchet-0e4eb1fb46735e86a33ed2245b697f567757798d.tar.bz2
android_packages_apps_Trebuchet-0e4eb1fb46735e86a33ed2245b697f567757798d.zip
Trebuchet: Update default workspace
Change-Id: I429953c42c1706b5a616f7725706dcc208617822
Diffstat (limited to 'res/xml/update_workspace.xml')
-rw-r--r--res/xml/update_workspace.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/res/xml/update_workspace.xml b/res/xml/update_workspace.xml
new file mode 100644
index 000000000..c3e67147d
--- /dev/null
+++ b/res/xml/update_workspace.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
+ <!-- Update the db with new hotseat items. Note that we reference the browser's original
+ package name. -->
+ <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
+ <favorite
+ launcher:packageName="com.android.dialer"
+ launcher:className="com.android.dialer.DialtactsActivity"
+ launcher:container="-101"
+ launcher:screen="0"
+ launcher:x="0"
+ launcher:y="0" />
+ <favorite
+ launcher:packageName="com.android.contacts"
+ launcher:className="com.android.contacts.activities.PeopleActivity"
+ launcher:container="-101"
+ launcher:screen="1"
+ launcher:x="1"
+ launcher:y="0" />
+ <favorite
+ launcher:packageName="com.android.messaging"
+ launcher:className="com.android.messaging.ui.conversationlist.ConversationListActivity"
+ launcher:container="-101"
+ launcher:screen="3"
+ launcher:x="3"
+ launcher:y="0" />
+ <favorite
+ launcher:packageName="com.android.browser"
+ launcher:className="com.android.browser.BrowserActivity"
+ launcher:container="-101"
+ launcher:screen="4"
+ launcher:x="4"
+ launcher:y="0" />
+</favorites>