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

Commit e2c0055d authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "permissions: Allow BIND_NFC_SERVICE permission for NFC module" into main

parents 54debd28 40923b48
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -4961,7 +4961,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.