nowsecure / secure-mobile-development

A Collection of Secure Mobile Development Best Practices
https://books.nowsecure.com/secure-mobile-development/en/
Other
557 stars 123 forks source link

PermissionsDispatcher #36

Closed dweinstein closed 7 years ago

dweinstein commented 8 years ago

PermissionsDispatcher is an awesome tool for managing Android Runtime Permissions in apps via Java annotations/decorators.

mentioned it here for the secure dev talk... https://www.nowsecure.com/blog/2016/08/24/android-buckles-ios-opens-trends-platform-security-affecting-developers/

sbakken commented 8 years ago

Pending decisions about where this fits and/or whether it requires a new best practice

sbakken commented 8 years ago

Relevant to a new "don't over-permission your apps" best practice under the Android category.

sbakken commented 7 years ago

https://github.com/nowsecure/secure-mobile-development/pull/67 takes care of this.