I have created an html page that I will open on an android smart TV. How can I get any unique value such as hardware key of this TV with javascript? Any value such as mac address, hardware id, serial number will be enough for me.
Edit to be understood :
Actually I have content manager for digital signage. But this app working on android app player. I developed browser based web player. however, I am trying to produce a solution without the need to create a structure such as login in order to authorize the smart televisions that will play these contents and to prevent the contents from being accessed from anywhere. For this reason, I want to make a match between the sitting televisions and the url. For example, the xyz.com url seems to be accessible only from the device with device id A1234. However, when I think about it carefully, it would be an insult to users' privacy for the browser to do this. So I guess I will define static ip addresses.