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

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

Merge "Exclude activity from recents for supervision PIN related activity" into main

parents 2a6c2260 b8315f12
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -2825,6 +2825,7 @@

        <activity android:name=".supervision.ConfirmSupervisionCredentialsActivity"
            android:exported="true"
            android:excludeFromRecents="true"
            android:featureFlag="android.app.supervision.flags.supervision_manager_apis">
            <intent-filter>
                <action android:name="android.app.supervision.action.CONFIRM_SUPERVISION_CREDENTIALS" />
@@ -2832,13 +2833,18 @@
            </intent-filter>
        </activity>

        <activity android:name=".supervision.SetupSupervisionActivity" android:exported="false" />
        <activity android:name=".supervision.SetupSupervisionActivity"
            android:excludeFromRecents="true"
            android:exported="false" />

        <activity
            android:name=".supervision.SupervisionPinRecoveryActivity"
            android:excludeFromRecents="true"
            android:exported="false" />

        <activity android:name=".supervision.SupervisionCredentialProxyActivity" android:exported="false"/>
        <activity android:name=".supervision.SupervisionCredentialProxyActivity"
            android:excludeFromRecents="true"
            android:exported="false"/>

        <activity android:name=".SetupRedactionInterstitial"
            android:enabled="false"