Rakuten TV(Version:4.3.0)

{
  "pkg":"tv.wuaki.apptv",
  "className":"",
  "data":{
    "uri":"tv.wuaki.apptv://rakuten.tv/movies/top-gun"
  },
  "flag":268435456,
  "action":"android.intent.action.VIEW",
  "extra":[]
}
  //ATTENTION!! URI 
  /* 
  * movies, seasons followed by the video name.
  */
  MOVIE : tv.wuaki.apptv://rakuten.tv/movies/top-gun
  SEASON : v.wuaki.apptv://rakuten.tv/seasons/westworld-1
//adb test command
//SEASON
adb shell am start -W -a android.intent.action.VIEW -d "tv.wuaki.apptv://rakuten.tv/seasons/westworld-1" tv.wuaki.apptv

Last updated

Was this helpful?