access the user's setting for tv provider in Google TV? -


Is there a way to access a TV provider that is specified during the user's setup of Google TV? For example, setup for my zipcode includes TV providers such as Comcast, Dish, Direk TV etc.

My app duplicates this setup widget because it should also know the user's TV provider. Instead, I want to ask Google TV system about that user's settings.

content: //com.google.android.tv.provider/devices Changed the URI to the provider in the latest update on content: //com.google.tv.mediadevicesapp. MediaDevicesProvider / devices

  DEVICE_ID = "device_id"; // like Atsc01 LINEUP_ID = "lineup_id"; // TMS like: OTA94043 DEFAULT = "is_default"; // 0 or 1 - Also changed from "default"   

I am responding here because I mentioned this in the release note in the previous year. This is a rare use case since the experiment, there is no guarantee that we will support it for a long time.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -