Add permission to start NFC activity to ensure it is from NFC stack am: 024c62fa49 am: 33125881f8 am: 5d2bc91279

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Contacts/+/15677565

Change-Id: Ibe79f7e07a67ad71bbed3b695c1df956c52adf63
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c9dc980..012b924 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -482,6 +482,7 @@
 
         <activity
             android:name=".vcard.NfcImportVCardActivity"
+            android:permission="android.permission.DISPATCH_NFC_MESSAGE"
             android:configChanges="orientation|screenSize|keyboardHidden"
             android:theme="@style/BackgroundOnlyTheme">
             <intent-filter>