Permissions
To use a permission, use <uses-permission> tag inside manifest tag but outside application tag.
To define your own permission, use <permission> tag outside application.
Permission issue
If there are two applications 'a' and 'b', a uses a permission from b and a is installed before b, I think (not sure) that no permission will be requested to the user when a uses b.
No comments:
Post a Comment