Skip to content

Conversation

@IliaEremin
Copy link

No description provided.

messages = new SmsMessage[pdus.length];
messages[0] = SmsMessage.createFromPdu((byte[]) pdus[0]);
String wholeString = getMessageText(messages[0]);
String sender = messages[0].getOriginatingAddress();
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Проверить, всегда ли приходит номер

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Посмотреть какие еще полезные поля здесь есть

* Created by ereminilya on 24/11/16.
*/

public class SmsListener extends BroadcastReceiver {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Проверить возможность съедать нотификейшены, чтобы смс приходила тихо

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants