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

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

Merge "shell(nfc): Add NFC_SET_CONTROLLER_ALWAYS_ON for NFC testing" into main

parents 00789c63 b970a30c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -583,6 +583,8 @@ applications that come with the platform
        <!-- Permissions required for CTS test - AppFunctionManagerTest -->
        <permission name="android.permission.EXECUTE_APP_FUNCTIONS_TRUSTED" />
        <permission name="android.permission.EXECUTE_APP_FUNCTIONS" />
        <!-- Permission required for CTS test - CtsNfcTestCases -->
        <permission name="android.permission.NFC_SET_CONTROLLER_ALWAYS_ON" />
    </privapp-permissions>

    <privapp-permissions package="com.android.statementservice">
+3 −0
Original line number Diff line number Diff line
@@ -945,6 +945,9 @@
    <uses-permission android:name="android.permission.EXECUTE_APP_FUNCTIONS_TRUSTED" />
    <uses-permission android:name="android.permission.EXECUTE_APP_FUNCTIONS" />

    <!-- Permission required for CTS test - CtsNfcTestCases -->
    <uses-permission android:name="android.permission.NFC_SET_CONTROLLER_ALWAYS_ON" />

    <application
        android:label="@string/app_label"
        android:theme="@android:style/Theme.DeviceDefault.DayNight"