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

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

Merge "Temporary Fix: Preinstall Virtual Device Manager for FULL user type." into main

parents c43d946a 5bbe5730
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -138,4 +138,13 @@ to pre-existing users, but cannot uninstall pre-existing system packages from pr
        <install-in user-type="android.os.usertype.profile.PRIVATE" />
    </install-in-user-type>

   <!-- b/441173306 This is temporary fix to unblock the post submit failures
      @TODO vladokom@ to Remove this once the package is preinstalled in the
      correct XML to MK mapped configs
   -->
    <!--  Virtual Device Manager  -->
    <install-in-user-type package="com.android.virtualdevicemanager">
        <install-in user-type="FULL" />
    </install-in-user-type>

</config>