On Sep 14, 2011, at 1:41 PM, mcgear wrote:
> In the Java code base there is a helper function here:
> Telephony.Sms.Intents.getMessagesFromIntent(intent)

I'm not sure what that is. Cursory googling suggests that it's not part of the 
Android SDK, but a separate framework:

        http://stackoverflow.com/questions/499528/android-provider-telephony
        
http://www.mail-archive.com/[email protected]/msg11410.html

It looks like Google doesn't like that approach, and that you should instead 
use the "extras" on the Intent via 
Android.Telephony.TelephonyManager.ActionPhoneStateChanged, 
TelephonyManager.ExtraIncomingNumber, and TelephonyManager.ExtraState:

        
http://docs.mono-android.net/index.aspx?link=F%3aAndroid.Telephony.TelephonyManager.ActionPhoneStateChanged

 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to