Thank you very much for your reply!
The Manifest page is helpful! With it I can find the definition 
ofCHANGE_NETWORK_STATE
.
But still for the 1st item, even the short term "SMS_RECEIVED", I cannot 
find official document of it.
That makes me confused. So how could people write program by using it? How 
do they know its purpose and usage?

BR,
Tom



On Thursday, September 13, 2012 5:19:04 AM UTC+8, Kristopher Micinski wrote:
>
> are you asking how these permissions can be used in Android? 
>
> You can see a brief description here: 
>
> http://developer.android.com/reference/android/Manifest.permission.html 
>
> Unfortunately I don't think there's a clear mapping from APIs to 
> permission usage anywhere right now, there is an old research project 
> here: 
>
> http://www.android-permissions.org/ 
>
> The goal of that project is to try to ascertain which permissions go 
> with which APIs, though at this point the document is fairly old 
> (android 2.2 I believe!) and the static analysis hasn't been redone 
> for Android 4. 
>
> If you have specific questions you can probably find out on a case by 
> case basis.  (I believe the static analysis is actually simple enough 
> to do, we've recreated some of it in our work, though nothing 
> substantial enough to post publicly..) 
>
> kris 
>
> On Tue, Sep 11, 2012 at 11:33 PM, tomLinux <tomxu...@gmail.com<javascript:>> 
> wrote: 
> > I don't know where I can find the definition or detailed description of 
> > SMS_RECEIVED, which could be set as below: 
> > 
> > <action android:name="android.provider.Telephony.SMS_RECEIVED"/> 
> > 
> > I searched it on website 
> > http://developer.android.com/reference/packages.html, but no result. 
> Thanks! 
> > 
> > And also this one: 
> > 
> > <uses -permission 
> > android:name="android.permission.CHANGE_NETWORK_STATE"></uses> 
> > 
> > This kind of usage is in AndroidManifest.xml file. And what confuses me 
> is 
> > that how do I know them? Where to find them? I can find them only from 
> other 
> > guys' projects? No official douments at all? 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> > Groups "Android Developers" group. 
> > To post to this group, send email to 
> > android-d...@googlegroups.com<javascript:> 
> > To unsubscribe from this group, send email to 
> > android-developers+unsubscr...@googlegroups.com <javascript:> 
> > For more options, visit this group at 
> > http://groups.google.com/group/android-developers?hl=en 
>

-- 
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