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

Commit b970a30c authored by Roshan Pius's avatar Roshan Pius
Browse files

shell(nfc): Add NFC_SET_CONTROLLER_ALWAYS_ON for NFC testing

Bug: 331563246
Change-Id: Id0233a614491173d48f6111fd0ef4bd9ce50d4a9
Test: atest CtsNfcTestCases
Flag: NONE test changes
parent db6f2b27
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"