diff options
author | Gary Mai <garymai@google.com> | 2017-03-16 18:53:40 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2017-03-16 18:53:41 +0000 |
commit | a172da6354d7f53270dca97ec7c9941718f09d3d (patch) | |
tree | f526d1f2d26d5faa279682060d6c7e4367919658 /AndroidManifest.xml | |
parent | 56e4b5f92f7644f307ad6a7c8a4308f7817c9a04 (diff) | |
parent | 08d87ee355cdac231c9ca4ef16bcfa5451a1a0b4 (diff) | |
download | packages_apps_Contacts-a172da6354d7f53270dca97ec7c9941718f09d3d.tar.gz packages_apps_Contacts-a172da6354d7f53270dca97ec7c9941718f09d3d.tar.bz2 packages_apps_Contacts-a172da6354d7f53270dca97ec7c9941718f09d3d.zip |
Merge "Adopt O shortcut changes for Intent.ACTION_CREATE_SHORTCUT" into ub-contactsdialer-i-dev
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 50351593f..d44ae6e4e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -185,6 +185,8 @@ android:uiOptions="splitActionBarWhenNarrow" android:windowSoftInputMode="adjustResize" android:visibleToInstantApps="true"> + <meta-data android:name="android.app.shortcuts.new_config" + android:value="true" /> <intent-filter> <action android:name="android.intent.action.INSERT_OR_EDIT"/> <category android:name="android.intent.category.DEFAULT"/> |