02-04-2013 03:05 PM
Hi,
I have Android app that works fine on Blackberry Playbook.
Depending on the Build.MODEL value from Android SDK, I display a message to the user regarding the device model.
For Blackberry Playbook, Build.MODEL returns "BlackBerry Runtime for Android apps".
At the moment, I have difficulties to run BB10 simulator to test what value is returned by BB10 device so that i can display the proper message.
Does anyone know what Build.MODEL returns on Blackberry 10? Is it the same as on Playbook?
Thanks.
Katerina
Solved! Go to Solution.
02-07-2013 04:51 PM
In my dev alpha device I get "10 Dev Alpha" when I get the Build.MODEL
02-11-2013 03:41 PM
Thanks.
02-17-2013 06:48 PM
Does anyone know what the Z10 returns?
Also is the manufacturer field updated to BlackBerry yet or is it still RIM as on the dev alpha?
02-18-2013 03:35 AM
My app is returning the following for the Z10 :
Build.MANUFACTURER = RIM
Build.MODEL = Z10
Jonathan
02-18-2013 01:16 PM
Thanks!