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

Commit a59f228b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add android.permission.LAUNCH_CREDENTIAL_SELECTOR which is needed for...

Merge "Add  android.permission.LAUNCH_CREDENTIAL_SELECTOR which is needed for GtsCredentialsTestCases"
parents 03d1e388 180ed3d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -522,6 +522,8 @@ applications that come with the platform
        <permission name="android.permission.SATELLITE_COMMUNICATION"/>
        <permission name="android.permission.SATELLITE_COMMUNICATION"/>
        <!-- Permission required for GTS test - GtsAttestationVerificationDeviceSideTestCases -->
        <!-- Permission required for GTS test - GtsAttestationVerificationDeviceSideTestCases -->
        <permission name="android.permission.USE_ATTESTATION_VERIFICATION_SERVICE" />
        <permission name="android.permission.USE_ATTESTATION_VERIFICATION_SERVICE" />
        <!-- Permission required for GTS test - GtsCredentialsTestCases -->
        <permission name="android.permission.LAUNCH_CREDENTIAL_SELECTOR"/>
    </privapp-permissions>
    </privapp-permissions>


    <privapp-permissions package="com.android.statementservice">
    <privapp-permissions package="com.android.statementservice">
+63 −57
Original line number Original line Diff line number Diff line
@@ -840,7 +840,11 @@
    <!-- Permission required for GTS test - GtsAttestationVerificationDeviceSideTestCases -->
    <!-- Permission required for GTS test - GtsAttestationVerificationDeviceSideTestCases -->
    <uses-permission android:name="android.permission.USE_ATTESTATION_VERIFICATION_SERVICE" />
    <uses-permission android:name="android.permission.USE_ATTESTATION_VERIFICATION_SERVICE" />


    <application android:label="@string/app_label"
    <!-- Permission required for GTS test - GtsCredentialsTestCases -->
    <uses-permission android:name="android.permission.LAUNCH_CREDENTIAL_SELECTOR" />

    <application
        android:label="@string/app_label"
        android:theme="@android:style/Theme.DeviceDefault.DayNight"
        android:theme="@android:style/Theme.DeviceDefault.DayNight"
        android:defaultToDeviceProtectedStorage="true"
        android:defaultToDeviceProtectedStorage="true"
        android:directBootAware="true">
        android:directBootAware="true">
@@ -866,7 +870,8 @@
            </intent-filter>
            </intent-filter>
        </provider>
        </provider>


        <provider android:name=".HeapDumpProvider"
        <provider
            android:name=".HeapDumpProvider"
            android:authorities="com.android.shell.heapdump"
            android:authorities="com.android.shell.heapdump"
            android:grantUriPermissions="true"
            android:grantUriPermissions="true"
            android:exported="false" />
            android:exported="false" />
@@ -878,7 +883,8 @@
            android:excludeFromRecents="true"
            android:excludeFromRecents="true"
            android:exported="false" />
            android:exported="false" />


        <activity android:name=".HeapDumpActivity"
        <activity
            android:name=".HeapDumpActivity"
            android:theme="@*android:style/Theme.Translucent.NoTitleBar"
            android:theme="@*android:style/Theme.Translucent.NoTitleBar"
            android:label="@*android:string/dump_heap_title"
            android:label="@*android:string/dump_heap_title"
            android:finishOnCloseSystemDialogs="true"
            android:finishOnCloseSystemDialogs="true"