Android has lots of permission as default, http://developer.android.com/reference/android/Manifest.permission.html
My question is am I able to define my own created permission? If yes how can I define and implement it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Declaring and Enforcing Permissions
To enforce Permissions there are many functions like
Context.checkCallingPermission(),Context.checkPermission()to check whether the Application has the specified permission.