default_workspace_5x5.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2009 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. <!-- Far-left screen [0] -->
  15. <!-- Left screen [1] -->
  16. <appwidget
  17. launcher:packageName="com.android.settings"
  18. launcher:className="com.android.settings.widget.SettingsAppWidgetProvider"
  19. launcher:screen="1"
  20. launcher:x="0"
  21. launcher:y="3"
  22. launcher:spanX="4"
  23. launcher:spanY="1" />
  24. <!-- Middle screen [2] -->
  25. <appwidget
  26. launcher:packageName="com.android.deskclock"
  27. launcher:className="com.android.alarmclock.AnalogAppWidgetProvider"
  28. launcher:screen="2"
  29. launcher:x="1"
  30. launcher:y="0"
  31. launcher:spanX="2"
  32. launcher:spanY="2" />
  33. <favorite
  34. launcher:packageName="com.android.camera"
  35. launcher:className="com.android.camera.Camera"
  36. launcher:screen="2"
  37. launcher:x="0"
  38. launcher:y="3" />
  39. <!-- Right screen [3] -->
  40. <favorite
  41. launcher:packageName="com.android.gallery3d"
  42. launcher:className="com.android.gallery3d.app.Gallery"
  43. launcher:screen="3"
  44. launcher:x="1"
  45. launcher:y="3" />
  46. <favorite
  47. launcher:packageName="com.android.settings"
  48. launcher:className="com.android.settings.Settings"
  49. launcher:screen="3"
  50. launcher:x="2"
  51. launcher:y="3" />
  52. <!-- Far-right screen [4] -->
  53. <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
  54. <!-- Dialer, Contacts, [All Apps], Messaging, Browser -->
  55. <resolve
  56. launcher:container="-101"
  57. launcher:screen="0"
  58. launcher:x="0"
  59. launcher:y="0" >
  60. <favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
  61. <favorite launcher:uri="tel:123" />
  62. <favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
  63. <favorite
  64. launcher:packageName="com.android.dialer"
  65. launcher:className="com.android.dialer.DialtactsActivity" />
  66. </resolve>
  67. <favorite
  68. launcher:packageName="com.android.contacts"
  69. launcher:className="com.android.contacts.activities.PeopleActivity"
  70. launcher:container="-101"
  71. launcher:screen="1"
  72. launcher:x="1"
  73. launcher:y="0" />
  74. <resolve
  75. launcher:container="-101"
  76. launcher:screen="3"
  77. launcher:x="3"
  78. launcher:y="0" >
  79. <favorite
  80. launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MESSAGING;end" />
  81. <favorite launcher:uri="sms:" />
  82. <favorite launcher:uri="smsto:" />
  83. <favorite launcher:uri="mms:" />
  84. <favorite launcher:uri="mmsto:" />
  85. <favorite
  86. launcher:packageName="com.android.mms"
  87. launcher:className="com.android.mms.ui.ConversationList" />
  88. </resolve>
  89. <resolve
  90. launcher:container="-101"
  91. launcher:screen="4"
  92. launcher:x="4"
  93. launcher:y="0" >
  94. <favorite
  95. launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_BROWSER;end" />
  96. <favorite launcher:uri="http://www.example.com/" />
  97. <favorite
  98. launcher:packageName="com.android.browser"
  99. launcher:className="com.android.browser.BrowserActivity" />
  100. </resolve>
  101. </favorites>