Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 024c62fa authored by John Shao's avatar John Shao
Browse files

Add permission to start NFC activity to ensure it is from NFC stack

Bug: 191053931
Test: build
Change-Id: I41b5ddf464f45e68a4da6ad880cbc9b12e447ec5
parent e3e913ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -491,6 +491,7 @@


        <activity
        <activity
            android:name=".vcard.NfcImportVCardActivity"
            android:name=".vcard.NfcImportVCardActivity"
            android:permission="android.permission.DISPATCH_NFC_MESSAGE"
            android:configChanges="orientation|screenSize|keyboardHidden"
            android:configChanges="orientation|screenSize|keyboardHidden"
            android:theme="@style/BackgroundOnlyTheme">
            android:theme="@style/BackgroundOnlyTheme">
            <intent-filter>
            <intent-filter>