update_workspace.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2011 The Android Open Source Project
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
  14. <!-- Update the db with new hotseat items. Note that we reference the browser's original
  15. package name. -->
  16. <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
  17. <favorite
  18. launcher:packageName="com.android.dialer"
  19. launcher:className="com.android.dialer.DialtactsActivity"
  20. launcher:container="-101"
  21. launcher:screen="0"
  22. launcher:x="0"
  23. launcher:y="0" />
  24. <favorite
  25. launcher:packageName="com.android.contacts"
  26. launcher:className="com.android.contacts.activities.PeopleActivity"
  27. launcher:container="-101"
  28. launcher:screen="1"
  29. launcher:x="1"
  30. launcher:y="0" />
  31. <favorite
  32. launcher:packageName="com.android.mms"
  33. launcher:className="com.android.mms.ui.ConversationList"
  34. launcher:container="-101"
  35. launcher:screen="3"
  36. launcher:x="3"
  37. launcher:y="0" />
  38. <favorite
  39. launcher:packageName="com.android.browser"
  40. launcher:className="com.android.browser.BrowserActivity"
  41. launcher:container="-101"
  42. launcher:screen="4"
  43. launcher:x="4"
  44. launcher:y="0" />
  45. </favorites>