dw_tablet_hotseat.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2015 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. <!-- Messaging, Email, Browser, [All Apps], Music, Gallery, 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.MAIN;category=android.intent.category.APP_MESSAGING;end" />
  22. <favorite launcher:uri="sms:" />
  23. <favorite launcher:uri="smsto:" />
  24. <favorite launcher:uri="mms:" />
  25. <favorite launcher:uri="mmsto:" />
  26. </resolve>
  27. <resolve
  28. launcher:container="-101"
  29. launcher:screen="1"
  30. launcher:x="1"
  31. launcher:y="0" >
  32. <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_EMAIL;end" />
  33. <favorite launcher:uri="mailto:" />
  34. </resolve>
  35. <resolve
  36. launcher:container="-101"
  37. launcher:screen="2"
  38. launcher:x="2"
  39. launcher:y="0" >
  40. <favorite
  41. launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_BROWSER;end" />
  42. <favorite launcher:uri="http://www.example.com/" />
  43. </resolve>
  44. <!-- All Apps -->
  45. <favorite
  46. launcher:container="-101"
  47. launcher:screen="4"
  48. launcher:x="4"
  49. launcher:y="0"
  50. launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MUSIC;end" />
  51. <resolve
  52. launcher:container="-101"
  53. launcher:screen="5"
  54. launcher:x="5"
  55. launcher:y="0" >
  56. <favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_GALLERY;end" />
  57. <favorite launcher:uri="#Intent;type=images/*;end" />
  58. </resolve>
  59. <resolve
  60. launcher:container="-101"
  61. launcher:screen="6"
  62. launcher:x="6"
  63. launcher:y="0" >
  64. <favorite launcher:uri="#Intent;action=android.media.action.STILL_IMAGE_CAMERA;end" />
  65. <favorite launcher:uri="#Intent;action=android.intent.action.CAMERA_BUTTON;end" />
  66. </resolve>
  67. </favorites>