Loading core/res/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -2328,6 +2328,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. Loading core/res/res/values/strings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -1603,6 +1603,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. --> Loading Loading
core/res/AndroidManifest.xml +2 −0 Original line number Diff line number Diff line Loading @@ -2328,6 +2328,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. Loading
core/res/res/values/strings.xml +6 −0 Original line number Diff line number Diff line Loading @@ -1603,6 +1603,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. --> Loading