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

Commit 40923b48 authored by Roshan Pius's avatar Roshan Pius
Browse files

permissions: Allow BIND_NFC_SERVICE permission for NFC module

This was missed in ag/25924510.

Bug: 320583956
Test: atest CtsNfcTestCases (with signed NFC APK within NFC apex)
Change-Id: I4c57351ab36d4a81859bb6fdbbef0fc308ec011e
parent b23235b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4940,7 +4940,7 @@
         <p>Protection level: signature
         <p>Protection level: signature
    -->
    -->
    <permission android:name="android.permission.BIND_NFC_SERVICE"
    <permission android:name="android.permission.BIND_NFC_SERVICE"
        android:protectionLevel="signature" />
        android:protectionLevel="signature|module" />


    <!-- Must be required by a {@link android.service.quickaccesswallet.QuickAccessWalletService}
    <!-- Must be required by a {@link android.service.quickaccesswallet.QuickAccessWalletService}
         to ensure that only the system can bind to it.
         to ensure that only the system can bind to it.