default_workspace_5x5.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. <!-- Hotseat (We use the screen as the position of the item in the hotseat) -->
  15. <!-- Dialer, Messaging, [Maps/Music], Browser, Camera -->
  16. <resolve
  17. launcher:container="-101"
  18. launcher:screen="0"
  19. launcher:x="0"
  20. launcher:y="0" >
  21. <favorite launcher:uri="#Intent;action=android.intent.action.DIAL;end" />
  22. <favorite launcher:uri="tel:123" />
  23. <favorite launcher:uri="#Intent;action=android.intent.action.CALL_BUTTON;end" />
  24. </resolve>
  25. <resolve
  26. launcher:container="-101"
  27. launcher:screen="1"
  28. launcher:x="1"
  29. launcher:y="0" >
  30. <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MESSAGING;end" />
  31. <favorite launcher:uri="sms:" />
  32. <favorite launcher:uri="smsto:" />
  33. <favorite launcher:uri="mms:" />
  34. <favorite launcher:uri="mmsto:" />
  35. </resolve>
  36. <resolve
  37. launcher:container="-101"
  38. launcher:screen="2"
  39. launcher:x="2"
  40. launcher:y="0" >
  41. <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MAPS;end" />
  42. <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MUSIC;end" />
  43. </resolve>
  44. <resolve
  45. launcher:container="-101"
  46. launcher:screen="3"
  47. launcher:x="3"
  48. launcher:y="0" >
  49. <favorite
  50. launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_BROWSER;end" />
  51. <favorite launcher:uri="http://www.example.com/" />
  52. </resolve>
  53. <resolve
  54. launcher:container="-101"
  55. launcher:screen="4"
  56. launcher:x="4"
  57. launcher:y="0" >
  58. <favorite launcher:uri="#Intent;action=android.media.action.STILL_IMAGE_CAMERA;end" />
  59. <favorite launcher:uri="#Intent;action=android.intent.action.CAMERA_BUTTON;end" />
  60. </resolve>
  61. <!-- Bottom row -->
  62. <resolve
  63. launcher:screen="0"
  64. launcher:x="0"
  65. launcher:y="-1" >
  66. <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_EMAIL;end" />
  67. <favorite launcher:uri="mailto:" />
  68. </resolve>
  69. <resolve
  70. launcher:screen="0"
  71. launcher:x="1"
  72. launcher:y="-1" >
  73. <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_GALLERY;end" />
  74. <favorite launcher:uri="#Intent;type=images/*;end" />
  75. </resolve>
  76. <resolve
  77. launcher:screen="0"
  78. launcher:x="4"
  79. launcher:y="-1" >
  80. <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MARKET;end" />
  81. <favorite launcher:uri="market://details?id=com.android.launcher" />
  82. </resolve>
  83. </favorites>