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

Commit 29098281 authored by Ivan Chiang's avatar Ivan Chiang
Browse files

[PM] Exclude the activity of PIA V2 from Recents

Flag: android.content.pm.use_pia_v2
Test: manual. Not shown in Recents
Bug: 274120822
Change-Id: I5448c39806f89b5ace276e0396c61301fe918c43
parent 6d3bf369
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>