Name | Description |
---|---|
Action | wfc.voice.ACTION_NEW_CONFIG |
Intent Type | startActivity |
Extra 0 | This extra parameter defines the URI of the configuration file. |
Type | String |
Name | profile_uri |
Value | URI pointing to file location |
$ adb shell am start -a wfc.voice.ACTION_NEW_CONFIG --es profile_uri https://example.com/voice/profiles/1234
$ adb shell am start -a wfc.voice.ACTION_NEW_CONFIG --es profile_uri / sdcard/new_profile.xml
adb push d:\adb\WFCConnect.xml /enterprise/device/settings/WFConnect
adb shell am start -a wfc.voice.ACTION_NEW_CONFIG --es profile_uri /enterprise/device/settings/WFConnect/WFConnect.xml