Hoichoi

{
  "pkg":"com.viewlift.hoichoi",
  "className":"",
  "data":{
    "uri":"https://www.hoichoi.tv/movies/prof-shanku-o-el-dorado-2019"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://www.hoichoi.tv/movies/prof-shanku-o-el-dorado-2019
//adb test command
//Content
adb shell am start -W -a android.intent.action.VIEW -d "https://www.hoichoi.tv/movies/prof-shanku-o-el-dorado-2019" com.viewlift.hoichoi

Last updated

Was this helpful?