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

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

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