0

My app run Android TV but It didn't get location. I check on mobile. It get location is good My code: https://github.com/phamvantruongit/Location

  • You should check whether the TV turned on Location settings or not? Whether the TV already supported GPS? Any tested other app with Location-based like Google, Here Map? Otherwise, we couldn't help more – Tấn Nguyên Mar 27 '20 at 09:46

1 Answers1

1

You do not have a Location provider on TV.

Extract of the Android TV guide:

TVs are stationary, indoor devices, and do not have built-in global positioning system (GPS) receivers. If your app uses location information, you can still allow users to search for a location, or use a static location provider such as a zip code configured during the TV device setup.

Bruno
  • 3,872
  • 4
  • 20
  • 37