I am new to Android. A WAP PUSH receivers defines permissions & I've seen in some cases, they uses signatures in manifest files. Q: Can a intent-filter use any string as a mime type or the mime types must be pre-register(Accepted) somewhere in system?
Q: What about the permissions? Who is really granting these permissions? e.g.: <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> Reason I am asking: My WAP Push receiver doesn't receive any wap push sent to the device. I do everything exactly as examples and now I have a reason to believe that there are some "important details" missing in android sdk documentations. I would really appreciate to get some help/info ASAP!!! Thanks -- 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

