Skip to content Skip to sidebar Skip to footer

Receive An Read Sms With Correct Encoding And Convert To Utf8

I am writing a BroadcastReceiver to receive SMS messages. I will need to compare the message with a string that was set by the user in the settings, but the string can be non-ASCII

Solution 1:

For the record, if someone else gets into similar problems, it seems to be a bug in the emulators. I opened a ticket for android emulator: https://code.google.com/p/android/issues/detail?id=202723


Post a Comment for "Receive An Read Sms With Correct Encoding And Convert To Utf8"