Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 android 应用程序中使用数字进行移动验证。但它不接受以 91 开头的号码(例如 9177665544),说“无法为此手机号码发送短信。”。我认为印度国家代码 +91 和手机号码 91 的初始数字有些混乱。有没有人遇到过这个问题?
Digits.authenticate( digitsCallback, R.style.CustomDigitsTheme, "+91"+et_phone.getText().toString().trim(), Boolean.parseBoolean(null) );