All Android related works there
Android Permission
Protects Resources & Data What are Permissions? Android Protects Resources & Data with Permissions. Normally Used to : Limit Access to User Information (Eg: Contacts) Limit Access to Cost Sensitive APIs (Eg: SMS/MMS) Limit Access to System Resources (Eg: Camera ) Permissions are represented as Strings. Declare in the Manifest.xml […]