blob: c33893a7d3b66e0c1ee67592e560de92b16adfdf [file] [log] [blame]
Walter Jang5f996862016-07-13 11:16:25 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
18 <shortcut
19 android:enabled="true"
20 android:icon="@drawable/ic_add_circle_24dp"
21 android:shortcutId="shortcut-add-contact"
John Shaobd9ef3c2016-12-15 12:42:03 -080022 android:shortcutShortLabel="@string/shortcut_add_contact">
Walter Jang5f996862016-07-13 11:16:25 -070023 <intent
24 android:action="android.intent.action.INSERT"
25 android:data="content://com.android.contacts/contacts"
Walter Janga05b0512016-07-18 17:11:13 -070026 android:targetPackage="com.android.contacts"
Gary Mai363af602016-09-28 10:01:23 -070027 android:targetClass="com.android.contacts.activities.ContactEditorActivity"/>
Walter Jang5f996862016-07-13 11:16:25 -070028 </shortcut>
29</shortcuts>