Is there a way to get the phone name in android ?. I tried
android.os.Build.DEVICE; android.os.Build.MODEL; android.os.Build.PRODUCT;
The Samsung Galaxy S. All this gives the GT-19000 the result, which is the name of the model. Is there a way to get the Samsung Galaxy S as a result?
Check your phone settings. In the "About Phone" section, if the phone model is displayed as a GT-I900, I think you should be satisfied with this. As Jean said, Samsung Galaxy S may be called a marketing name
GT-19000
Well, this is the name of the phone ...
Have you tried android.os.Build.HARDWARE or android.os.Build.MANUFACTURER ? What does this give you?
android.os.Build.HARDWARE
android.os.Build.MANUFACTURER
Have you tried to follow?
android.os.Build.BOARD, android.os.Build.BRAND
Source: https://habr.com/ru/post/1337572/More articles:How to train / use the HOGDescriptor class in OpenCV - c ++https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1337568/best-practices-to-insert-timetime-stamp-in-mysql&usg=ALkJrhhcCvv2-SCbEogwVMyhffgY5BBdrwC ++ List of classes without initializing them to use static functions - c ++Can a primary key use BigInteger as an AutoField in Django 1.2.4? - pythonis there any PHP editor like visualstudio that has GUI components like buttons, gridview and more - phpR Language: How to print / view summary statistics for a subset of samples? - ranalysis and structure of Java code using a tool or pluggin - javaVisit data from the Google Analytics API and gapi.class.php hourly - google-analyticsHow to call a basic overloaded method in C #? - c #phpMyAdmin, is there something you can add to sql to disable caching for this query? - mysqlAll Articles