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

Commit 62a68128 authored by Jay Thomas Sullivan's avatar Jay Thomas Sullivan
Browse files

[ECM] Declare MANAGE_ENHANCED_CONFIRMATION_STATES permission

This permission is enforced by
EnhancedConfirmationManager/EnhancedConfirmationService, which is called
from EnhancedConfirmationManagerTest.

Bug: 321333331
Test: presubmit
Change-Id: I2841eb796045dd534aac21fa741d896d54e1d955
parent 0b97dd90
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -902,6 +902,9 @@
    <!-- Permission required for BinaryTransparencyService shell API and host test -->
    <uses-permission android:name="android.permission.GET_BACKGROUND_INSTALLED_PACKAGES" />

    <!-- Permissions required for CTS test - CtsPermissionUiTestCases -->
    <uses-permission android:name="android.permission.MANAGE_ENHANCED_CONFIRMATION_STATES" />

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