Friday, September 04, 2009

Android: Permission in AndroidManifest.xml

http://developer.android.com/intl/zh-TW/guide/topics/manifest/manifest-intro.html
http://splin-tutor.blogspot.com/2008/10/android.html
http://developer.android.com/intl/zh-TW/reference/android/Manifest.permission.html

For the applications to access system functions, they need the "user-permission" described in their AndroidManifest.xml. Permission is checked when application installation time, not in run time. User will be notified and further decide they approve the application's action or not.


No comments:

Related Posts Plugin for WordPress, Blogger...