2009-03-19 00:39:48 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2009 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.
|
|
|
|
-->
|
|
|
|
|
2013-06-06 02:57:57 +00:00
|
|
|
<favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
|
2009-03-19 00:39:48 +00:00
|
|
|
|
2015-08-04 23:02:52 +00:00
|
|
|
<!-- Hotseat -->
|
|
|
|
<include launcher:workspace="@xml/dw_phone_hotseat" />
|
2011-07-14 00:25:49 +00:00
|
|
|
|
2015-08-04 23:02:52 +00:00
|
|
|
<!-- Bottom row -->
|
2014-03-03 21:11:30 +00:00
|
|
|
<resolve
|
2011-08-08 17:55:42 +00:00
|
|
|
launcher:screen="0"
|
|
|
|
launcher:x="0"
|
2015-12-16 19:32:54 +00:00
|
|
|
launcher:y="-1" >
|
2015-08-04 23:02:52 +00:00
|
|
|
<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_EMAIL;end" />
|
|
|
|
<favorite launcher:uri="mailto:" />
|
2014-03-03 21:11:30 +00:00
|
|
|
|
|
|
|
</resolve>
|
|
|
|
|
|
|
|
<resolve
|
2015-08-04 23:02:52 +00:00
|
|
|
launcher:screen="0"
|
|
|
|
launcher:x="1"
|
2015-12-16 19:32:54 +00:00
|
|
|
launcher:y="-1" >
|
2015-08-04 23:02:52 +00:00
|
|
|
<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_GALLERY;end" />
|
|
|
|
<favorite launcher:uri="#Intent;type=images/*;end" />
|
2014-03-03 21:11:30 +00:00
|
|
|
|
|
|
|
</resolve>
|
2015-08-04 23:02:52 +00:00
|
|
|
|
2014-03-03 21:11:30 +00:00
|
|
|
<resolve
|
2015-08-04 23:02:52 +00:00
|
|
|
launcher:screen="0"
|
2011-08-08 17:55:42 +00:00
|
|
|
launcher:x="4"
|
2015-12-16 19:32:54 +00:00
|
|
|
launcher:y="-1" >
|
2015-08-04 23:02:52 +00:00
|
|
|
<favorite launcher:uri="#Intent;action=android.intent.action.MAIN;category=android.intent.category.APP_MARKET;end" />
|
|
|
|
<favorite launcher:uri="market://details?id=com.android.launcher" />
|
2014-03-03 21:11:30 +00:00
|
|
|
</resolve>
|
2009-03-19 00:39:48 +00:00
|
|
|
</favorites>
|