Rutube

R

{
  "pkg":"ru.rutube.app",
  "className":"",
  "data":{
    "uri":"https://rutube.ru/video/fd6834bf14949318181649fd04d5678d/"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the video name.
  */
    
Content - https://rutube.ru/video/fd6834bf14949318181649fd04d5678d/
//adb test command
//Content

adb shell am start -W -a android.intent.action.VIEW -d "https://rutube.ru/video/fd6834bf14949318181649fd04d5678d/" ru.rutube.app

Last updated

Was this helpful?