Looke

{
  "pkg":"br.com.encripta.looke",
  "className":"",
  "data":{
    "uri":"https://www.looke.com.br/filmes/amnesia"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * Content followed by the MOVIE name.
  */
    
Content - https://www.looke.com.br/filmes/amnesia
//adb test command
//Contentadb shell am start -W -a android.intent.action.VIEW -d "https://www.looke.com.br/filmes/amnesia" br.com.encripta.looke

Last updated

Was this helpful?