adorsys / sms-parser-android

Intercept a sms in your application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read full message

proverbial-ninja opened this issue · comments

commented

What if i want to read the full message ? ie a message without the
BEGIN-MESSAGE xxx END-MESSAGE Pattern ?

I have now changed the library so that if you set the two parameters (BEGIN-MESSAGE & END-MESSAGE) to null you get the whole message returned.