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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to