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

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

Change-Id: I968c972e1a5824a588a5f50a22ebd8a1b9b943e2
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a5b25de..32d6644 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -495,6 +495,7 @@
 
         <activity
             android:name=".vcard.NfcImportVCardActivity"
+            android:permission="android.permission.DISPATCH_NFC_MESSAGE"
             android:configChanges="orientation|screenSize|keyboardHidden"
             android:exported="true"
             android:theme="@style/BackgroundOnlyTheme">