OK, I'm trying here but its not obvious. If I go into adbtuner, I click "add new" n the configurations page. this json text then comes up:
{
"name": "New Configuration",
"author": "",
"version": "0",
"description": "Add description here.",
"uuid": "2a15823e-8528-48b1-bfb0-c0d5ae5e37d5",
"global_options": {
"wait_for_video_playback_detection": true,
"use_fixed_delay": false,
"fixed_delay_seconds": 0,
"check_for_and_clear_whos_watching_prompts": true,
"wait_after_post_playback_start_commands_seconds": 0
},
"pre_tune_commands": [
"input keyevent KEYCODE_MEDIA_STOP"
],
"tune_commands": [
"am start -W -a android.intent.action.VIEW -d '||TARGET_URL_OR_IDENTIFIER||' '||TARGET_PACKAGE_NAME||'"
],
"post_playback_start_commands": [],
"post_tune_commands": [
"input keyevent KEYCODE_MEDIA_STOP",
"input keyevent KEYCODE_MEDIA_PAUSE",
"input keyevent KEYCODE_HOME"
],
"source_file": "/app/app/configurations/01_default_deeplinks.json"
}
I see there us a UUID in this. I need add a pretune custom config for each channel? Sorry, went to an example on how to do this and its not sinking in. I just put in the input keyevent KEYCODE_HOME i the pretune section above and do this for each channel? Sorry..