An excellent paper presented on Android Permissions. Take a look.

ABSTRACT
Android provides third-party applications with an extensive API that includes access to phone hardware, settings, and user data. Access to privacy- and security-relevant parts of the API is controlled with an install-time application permission system. We study Android applications to determine whether Android developers follow least privilege with their permission requests. We built Stowaway, a tool that detects over privilege in compiled Android applications. Stowaway
determines the set of API calls that an application uses and then maps those API calls to permissions. We used auto-mated testing tools on the Android API in order to build
the permission map that is necessary for detecting over privilege. We apply Stowaway to a set of 940 applications and that about one-third are overprivileged. We investigate the causes of over privilege and nd evidence that developers are trying to follow least privilege but sometimes fail due to insucient API documentation.
Share
Related Documents
  1. Testing Criteria for Android Applications V1.1 (410)
  2. Top 50 Mobile Application Testing Links:- (772)
  3. Best Practice Guidelines for developing quality mobile applications V1.0 (454)
  4. [Paid] BrowserStack (cross-browser web testing, also with automation API) (819)
  5. Mobile Testing -- All the Aspects (1108)
  6. Android UI Testing with Monkeyrunner tootl (1431)
  7. Android 3.0 Application Development Cookbook (549)
  8. Suggestion for Testing GPS in mobile device (345)
  9. Introduction to Android Testing (845)
  10. Android Application Testing Guide (831)
  11. Testing Android Apps Going from Zero to Hero (495)
  12. Android Application Testing Guide (889)
  13. MOBILE APPLICATION TESTING CHECKLIST - I Phone and Android (583)
  14. Android Application Testing Checklist (239)
  15. Quality Management Demystified (1624)
  16. ANDROID APPLICATIONS TEST (436)
  17. Free access to real smartphones (474)
  18. [Free] Robotium : Automatic black-box test cases for Android application (793)
  19. Introducing Robotium (745)
  20. Common Bugs in Android OS (461)