Преглед на файлове

Add overlay for Family Link

* Apparently this is required to set up family link on a device
  - it is empty by default
Michael W преди 3 години
родител
ревизия
6baa8fc468
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      overlay/GmsOverlay/res/values/config.xml

+ 5 - 0
overlay/GmsOverlay/res/values/config.xml

@@ -37,4 +37,9 @@
     <!-- The names of the packages that will hold the system automotive projection role. -->
     <string name="config_systemAutomotiveProjection" translatable="false">com.google.android.projection.gearhead</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>