Thursday 8 January 2015

What is the difference between permission and uses-permission in android ?  

i. permission tag is used to enforce a user defined permission on a component of your application. 
ii. uses-permission tag is used to take a permission from the user for your application. 
iii. permission tag is used when you want other applications to seek permission from the user to use some of your applications components.

No comments:

Post a Comment