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

Commit b495116a authored by Han Wang's avatar Han Wang Committed by Michael W
Browse files

config: Set defaultSupervisionProfileOwnerComponent

 * This makes setting child account work.

Change-Id: I9ae352c604426db75c078d7a5b82324be780b846
parent dc93caa0
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -105,4 +105,9 @@
         Example: "com.android.wellbeing"
     -->
    <string name="config_defaultWellbeingPackage">com.google.android.apps.wellbeing</string>

    <!-- The component name for the default profile supervisor, which can be set as a profile owner
    even after user setup is complete. The defined component should be used for supervision purposes
    only. The component must be part of a system app. -->
    <string name="config_defaultSupervisionProfileOwnerComponent" translatable="false">com.google.android.gms/.kids.account.receiver.ProfileOwnerReceiver</string>
</resources>