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

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

Merge "[PM] Exclude the activity of PIA V2 from Recents" into main

parents ec8289b6 29098281
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
        </receiver>

        <activity android:name=".v2.ui.InstallLaunch"
            android:excludeFromRecents="true"
            android:exported="false" />

        <activity android:name=".InstallStart"
@@ -179,6 +180,7 @@
        </activity>

        <activity android:name=".v2.ui.UnarchiveLaunch"
            android:excludeFromRecents="true"
            android:exported="false"/>
    </application>