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

Commit 0e672114 authored by Kasia Krejszeff's avatar Kasia Krejszeff Committed by Android (Google) Code Review
Browse files

Merge "Configure the PrivateSpace app to only be installed in private profiles" into main

parents 458d2362 6f2466a2
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>