Hello, As well as the B4A IDE can obtain the description of the device connected by B4A-Bridge. How can I get it in my application? Currently with this code I can get a unique ID, but I didn't find anything to get the description:
Greetings
B4X:
Dim p As Phone
Dim DeviceID As String
DeviceID = p.GetSettings("android_id").ToUpperCase