Hi, something strange is happening to me lately, some tablets return a value when I run phi.GetSubscriberId and other times (the same tablet) return nothing, empty string.
Could it be a tablet failure?
Thank you.
B4X:
Sub getValor As String
Dim rp As RuntimePermissions
rp.CheckAndRequest(rp.PERMISSION_READ_PHONE_STATE)
Wait For Activity_PermissionResult (Permission As String,Result As Boolean)
'
Dim phi As PhoneId
Return (phi.GetSubscriberId)
End Sub