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

Commit 6f2466a2 authored by Kasia Krejszeff's avatar Kasia Krejszeff
Browse files

Configure the PrivateSpace app to only be installed in private profiles

Test: manually
Flag: EXEMPT file not eligible
Bug: 394019582
Change-Id: I0b38fb96eda366ff7f608a303cca07da31e1e8dd
parent 3155cefe
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -139,4 +139,10 @@ to pre-existing users, but cannot uninstall pre-existing system packages from pr
    <install-in-user-type package="com.android.multiuser">
        <install-in user-type="FULL" />
    </install-in-user-type>

    <!-- PrivateSpace App, only install in private profile -->
    <install-in-user-type package="com.android.privatespace">
        <install-in user-type="android.os.usertype.profile.PRIVATE" />
    </install-in-user-type>

</config>