-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to grab SMSC in some cases #21
Comments
Oh, I somehow hadn't noticed the code trying to get the smsc from sms manager... Looking it up on github code search now I'm getting hits like this: If android 14 has a normal way of querying this that is likely the way to go (or at least yet another place to check if the system doesn't provide it for us automatically); I don't have an android 14 tree locally to check. |
Okay so looks like we should be able to just replace smsManager.getSmscAddress with smsManager.getSmscIdentity...? That sounds a tad weird, but I guess I can live with that. I'll try it. Thanks for the info |
Looks like a fail. getSmscIdentity returns an empty URL on my Free Mobile sim card |
I don't know what we're supposed to do in that case. Can we send an SMS without a SMSC?
Are we supposed to try another way to reach the SMSC? Or maybe just fill in garbage and the IMS server will know anyway
The text was updated successfully, but these errors were encountered: