Android Clients
Android Clients

Android Clients

Change the application settings by modifying
ptt_settings.xml
located at:
/enterprise/device/settings/ptt/
.
To retrieve the settings on Android 11 devices, use the following ADB command:
adb pull /enterprise/device/settings/ptt/ptt_settings.xml
To push and save the settings, use the following ADB commands:
adb push .\ptt_settings.xml /data/tmp/public/ptt_settings.xml adb shell cp /data/tmp/public/ptt_settings.xml /enterprise/device/settings/ptt/ptt_settings.xml