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

Commit 07b9c058 authored by Alisher Alikhodjaev's avatar Alisher Alikhodjaev
Browse files

Add label and description for NFC_TRANSACTION_EVENT

Bug: 260631953
Test: m build
Change-Id: I0843e193402c7f12ec2bd15770eed51e1c392a14
parent e2f4f71c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2300,6 +2300,8 @@
         <p>Protection level: normal
    -->
    <permission android:name="android.permission.NFC_TRANSACTION_EVENT"
        android:description="@string/permdesc_nfcTransactionEvent"
        android:label="@string/permlab_nfcTransactionEvent"
      android:protectionLevel="normal" />

    <!-- Allows applications to receive NFC preferred payment service information.
+6 −0
Original line number Diff line number Diff line
@@ -1595,6 +1595,12 @@
    <string name="permdesc_nfc">Allows the app to communicate
      with Near Field Communication (NFC) tags, cards, and readers.</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_nfcTransactionEvent">Secure Element transaction event</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_nfcTransactionEvent">Allows the app to receive information about
      transactions happening on a Secure Element.</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_disableKeyguard">disable your screen lock</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->