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

Commit c71c4d56 authored by Rubin Xu's avatar Rubin Xu Committed by Android Git Automerger
Browse files

am 57f605f8: am a136f8d7: am c54bcade: Merge "New internal permission to...

am 57f605f8: am a136f8d7: am c54bcade: Merge "New internal permission to protect apps against rogue Nfc message." into mnc-dev

* commit '57f605f8':
  New internal permission to protect apps against rogue Nfc message.
parents 82064fca 57f605f8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2437,6 +2437,13 @@
    <permission android:name="android.permission.LOCAL_MAC_ADDRESS"
                android:protectionLevel="signatureOrSystem" />

    <!-- Allows the Nfc stack to dispatch Nfc messages to applications. Applications
        can use this permission to ensure incoming Nfc messages are from the Nfc stack
        and not simulated by another application.
        @hide -->
    <permission android:name="android.permission.DISPATCH_NFC_MESSAGE"
                android:protectionLevel="signatureOrSystem" />

    <!-- The system process is explicitly the only one allowed to launch the
         confirmation UI for full backup/restore -->
    <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP"/>