Added the ability to create a contact widget from the contact details view
If the contact details view is on the user profile (i.e., me), then the
menu option to create a contact widget does not show up in the menu.
Bug:5346555
Change-Id: I392ca60a53168139a30ad70d72013da28fbecf24
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c9fc2e8..826fd3d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -47,6 +47,7 @@
<uses-permission android:name="com.android.voicemail.permission.ADD_VOICEMAIL" />
<uses-permission android:name="com.android.voicemail.permission.READ_WRITE_ALL_VOICEMAIL" />
<uses-permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK" />
+ <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"/>
<!-- allow broadcasting secret code intents that reboot the phone -->
<uses-permission android:name="android.permission.REBOOT" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />