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

Unverified Commit fb4450ad authored by Kevin F. Haggerty's avatar Kevin F. Haggerty
Browse files

Merge tag 'android-security-9.0.0_r74' into staging/lineage-16.0_merge-android-security-9.0.0_r74

Android security 9.0.0 release 74

* tag 'android-security-9.0.0_r74':
  Add permission to start NFC activity to ensure it is from NFC stack

Change-Id: I467fd5984d86e5f87b551be37d6fc89144b3d868
parents 4728d56d 3eeec2c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -492,6 +492,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>