BluTv

{
  "pkg":"com.dsmart.blu.android",
  "className":"",
  "data":{
    "uri":"https://www.blutv.com/filmler/yerli/insanlar-ikiye-ayrilir"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://www.blutv.com/filmler/yerli/insanlar-ikiye-ayrilir
//adb test command
//Contentadb 
adb shell am start -W -a android.intent.action.VIEW -d "https://www.blutv.com/filmler/yerli/insanlar-ikiye-ayrilir" com.dsmart.blu.android

Last updated

Was this helpful?