Kocowa

{
  "pkg":"com.kocowa.android.mobile",
  "className":"",
  "data":{
    "uri":"https://www.kocowa.com/en_us/media/81677598/train-to-busan"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://www.kocowa.com/en_us/media/81677598/train-to-busan
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://www.kocowa.com/en_us/media/81677598/train-to-busan" com.kocowa.android.mobile

Last updated

Was this helpful?