对于专注于安全性的Android平台,是否有任何良好的编码指南?
由于
答案 0 :(得分:2)
你可能想要take a look at the security design of the framework itself。也, 作为移动应用程序安全指南的更一般来源,您可能需要查看“Mobile Application Security”一书。
答案 1 :(得分:1)
另请参阅Android API/development security pitfalls,其中讨论了需要注意的一些缺陷(尽管答案更侧重于设计错误而非编码指南)。
答案 2 :(得分:1)
您可能想要查看的另一本书:Android Security: Attacks and Defenses
此外,these coding guidelines最近发布了CERT: