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

Commit 733ee15e authored by Sandy Wiraatmadja's avatar Sandy Wiraatmadja Committed by Android (Google) Code Review
Browse files

Merge "Grant CAPTURE_CONSENTLESS_BUGREPORT_DELEGATED_CONSENT to shell for...

Merge "Grant CAPTURE_CONSENTLESS_BUGREPORT_DELEGATED_CONSENT to shell for BugreportManagerTest" into main
parents 553351c2 96913de1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -607,6 +607,8 @@ applications that come with the platform
        <!-- Permission required for CTS test - IntrusionDetectionManagerTest -->
        <permission name="android.permission.READ_INTRUSION_DETECTION_STATE" />
        <permission name="android.permission.MANAGE_INTRUSION_DETECTION_STATE" />
        <!-- Permissions required for CTS test - BugreportManagerTest -->
        <permission name="android.permission.CAPTURE_CONSENTLESS_BUGREPORT_DELEGATED_CONSENT" />
    </privapp-permissions>

    <privapp-permissions package="com.android.statementservice">
+3 −0
Original line number Diff line number Diff line
@@ -990,6 +990,9 @@
    <uses-permission android:name="android.permission.health.READ_SKIN_TEMPERATURE"
        android:featureFlag="android.permission.flags.replace_body_sensor_permission_enabled"/>

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

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