if it is a galaxy Note 2, I want my app to specifically know that, i tried to look through some documentation, but could not find anything. The closest I could find , is screen size.
Asked
Active
Viewed 111 times
0
-
Read this link: http://stackoverflow.com/questions/1995439/get-android-phone-model-programmatically – d.k. Oct 16 '13 at 17:24
1 Answers
2
The answer is, you have to mix some of the properties present already: android.os.Build.MANUFACTURER
, android.os.Build.MODEL;
, and android.os.Build.PRODUCT
I hope, the properties themselves are quite declarative. :D

Sazid
- 2,747
- 1
- 22
- 34