Launch Game on Android from Editor with Python

I am trying to sync save game data file between my PC and my android device by USB cable to send game settings from my custom control panel editor widget to mobile.
My idea is create python script that will:

  1. transfer save game data file to phone
  2. launch game (as button on bar do it)
    So by this way I will be able to run game on android device by one click with actual my preferences from editor

But I can’t find way to launch game on android from pc with Python, C++ or even windows command line
Please help