question

Yoonseop Geum avatar image
Yoonseop Geum asked

I can't know my device.

Hi, I'm Korean. I started to develop Amazon App last I'm implementing GameController for Amazon Fire TV. But I haven't found the way to distinguish Amazon tablet and TV. I want anyone to tell me the answer. Thank you for reading.
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

DougM@Amazon avatar image
DougM@Amazon answered
Hello Yoonseop, Without knowing what specific tools you are using to develop with, the best guide to how to tell what device you are running your app on is at our feature specifications page at : https://developer.amazon.com/public/solutions/devices/fire-tv/docs/device-and-platform-specifications . That page will contain the strings we use to help identify Amazon FireTV to developers. android.os.Build.MANUFACTURER "Amazon" android.os.Build.MODEL "AFTB" So, if you look for the specific os.build.MODEL string in your app, you can place controller support or any other logic you wish to implement specifically to FireTV.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Yoonseop Geum avatar image
Yoonseop Geum answered
Thanks. I'm going to back to work with a happy feeling. :)
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.