Hello, everyone
I am using the Telephony class to get messages
( Telephony.Sms.Intents.getMessageFromIntent(Intent intent)). But I can't
find the class Telephony from its package(android.provider), there is an
error named "The import android.provider.Telephony cannot be resolved" when
import android.provider.Telephony.Sms.Intents, the sdk version I'm using is
android-sdk-windows-1.0_r2, how can I use this with the new implementation
of Telephony?
SmsMessage[] messages = Intents.getMessagesFromIntent(intent);
I'll give my thanks in advance
David
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---