VMware Workspace ONE Community
DSK92
Enthusiast
Enthusiast

Custom XML settings to Android devices

Need assistance with applying custom XML settings to Android devices using Workspace ONE UEM. Looking for guidance on creating and deploying XML profiles. Appreciate any insights or tips!

Reply
0 Kudos
1 Reply
DSK92
Enthusiast
Enthusiast

The code we'd like to apply:

<?xml version="1.0" standalone="yes"?>
<ConfigDoc name="DataCollectionService">
      <Section name="wedge">
            <Section name="profiles">
                  <Section name="dcs.scanner.imager">
                        <Section name="DEFAULT">
                              <Key name="DEC_EAN8_CHECK_DIGIT_TRANSMIT" path="/wedge/profiles/dcs.scanner.imager/DEFAULT/SYMBOLOGY_SETTINGS/EAN_8">True</Key>
                              <Key name="DEC_EAN13_CHECK_DIGIT_TRANSMIT" path="/wedge/profiles/dcs.scanner.imager/DEFAULT/SYMBOLOGY_SETTINGS/EAN_13">True</Key>
                              <Key name="DPR_WEDGE_METHOD" path="/wedge/profiles/dcs.scanner.imager/DEFAULT/DATA_PROCESSING_SETTINGS">keyboard</Key>
                              <Key name="DPR_WEDGE_KEY_CHARS">8,13</Key>
                              <Key name="DPR_SUFFIX" path="/wedge/profiles/dcs.scanner.imager/DEFAULT/DATA_PROCESSING_SETTINGS">\r</Key>
                        </Section>
                  </Section>
            </Section>
      </Section>
      <HHPReserved name="HHPReserved">
            <Section>
                  <Key name="EXMVersion">1</Key>
            </Section>
      </HHPReserved>
</ConfigDoc>
Reply
0 Kudos