> <uses-permission android:name="android.permission.RECEIVE_WAP_PUSH"/> > <intent-filter> > <action android:name="android.provider.Telephony.WAP_PUSH_RECEIVED" / >> > <data android:mimeType="application/vnd.oma.drm.rights+xml" /> > </intent-filter>
Neither the Telephony class nor WAP_PUSH_RECEIVED are part of the Android SDK. Please do not use them in SDK applications. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- 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

