11 lines
472 B
XML
11 lines
472 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- For ZeroTouch -->
|
|
<string name="config_deviceProvisioningPackage" translatable="false">com.google.android.apps.work.oobconfig</string>
|
|
|
|
<!-- User restrictions set when the first user is created. -->
|
|
<string-array translatable="false" name="config_defaultFirstUserRestrictions">
|
|
<item>"no_oem_unlock"</item>
|
|
</string-array>
|
|
</resources>
|