Are there any coding guidelines for the Android platform that focus on security?

我与影子孤独终老i 提交于 2019-12-07 11:08:55

问题


Are there any good coding guidelines for the Android platform that focus on security?

Thanks


回答1:


You'll probably want to take a look at the security design of the framework itself. Also, as a more general source of security guidelines for mobile applications, you may want to look at the book "Mobile Application Security".




回答2:


See also Android API/development security pitfalls, which discusses some pitfalls to watch out for (although the answers are more focused on design errors rather than coding guidelines).




回答3:


Another book you may want to check out: Android Security: Attacks and Defenses

Also, these coding guidelines were published recently by CERT:



来源:https://stackoverflow.com/questions/5968982/are-there-any-coding-guidelines-for-the-android-platform-that-focus-on-security

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!