[android-developers] signatures permissions and what else is missing in sdk documensts.

2010-02-12 Thread askPrins
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

Re: [android-developers] signatures permissions and what else is missing in sdk documensts.

2010-02-12 Thread Mark Murphy
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