hi
How can I get an IME value on Android 7 or 8 ?
i used this cod but not work!
How can I get an IME value on Android 7 or 8 ?
i used this cod but not work!
B4X:
Try
manifest:AddPermission(android.permission.READ_PHONE_STATE)
Dim p As PhoneId
p.GetDeviceId
map_information.Put("device_imei",p.GetDeviceId)
Catch
map_information.Put("device_imei", "")
End Try