How can I get Tv device model number(platform - Android and iOS).
Example: I'm discovering Tv's on the local network.And I get 22PFK4109/12 or something similar for my Phillips TV.
Is there any similar libraries available ?
Thanks.
try this:
this will give you the model like Philips
see also:
String brand = Build.BRAND; // for getting BrandName
String model = Build.MODEL; // for getting Model of the device