上一页 1 ··· 483 484 485 486 487 488 489 490 491 ··· 549 下一页
摘要: 4.10 使用通知 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 Android 提供用于向最终用户发送消息的通知功能。 使用通知会使一个称为状态栏的区域出现在屏幕上,你可以 阅读全文
posted @ 2018-03-24 11:29 绝不原创的飞龙 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 4.9 使用WebView 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 WebView使你的应用能够集成 HTML / JavaScript 内容。 4.9.1 示例代码 阅读全文
posted @ 2018-03-24 11:28 绝不原创的飞龙 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 4.8 输出到 LogCat 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 在 Android 中有一种名为 LogCat 的日志机制,不仅系统日志信息,还有应用日志信息也会 阅读全文
posted @ 2018-03-24 11:28 绝不原创的飞龙 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 4.7 使用可浏览的意图 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 Android 应用可以设计为从浏览器启动,并对应网页链接。 这个功能被称为“可浏览的意图”。 通过在 阅读全文
posted @ 2018-03-24 11:27 绝不原创的飞龙 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 安卓应用安全指南 4.6.3 处理文件 高级话题 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 4.6.3.1 通过文件描述符的文件共享 有一种方法可以通过文件描述符共享文件 阅读全文
posted @ 2018-03-22 18:54 绝不原创的飞龙 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 安卓应用安全指南 4.6.2 处理文件 规则书 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 遵循以下规则: 4.6.2.1 文件原则上必须创建为私有(必需) 如“4.6 处 阅读全文
posted @ 2018-03-22 18:44 绝不原创的飞龙 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 安卓应用安全指南 4.6.1 处理文件 示例代码 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 如上所述,文件原则上应该是私有的。 但是,由于某些原因,有时文件应该由其他应用 阅读全文
posted @ 2018-03-22 18:43 绝不原创的飞龙 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 安卓应用安全指南 4.5.3 使用 SQLite 高级话题 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 4.5.3.1 在 SQL 语句的LIKE断言中使用通配符时,应该实 阅读全文
posted @ 2018-03-22 18:42 绝不原创的飞龙 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 安卓应用安全指南 4.5.2 使用 SQLite 规则书 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 使用 SQLite 时,遵循以下规则: 4.5.2.1 正确设置 DB 阅读全文
posted @ 2018-03-22 18:41 绝不原创的飞龙 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 安卓应用安全指南 4.5.1 使用 SQLite 示例代码 原书:Android Application Secure Design/Secure Coding Guidebook 译者:飞龙 协议:CC BY-NC-SA 4.0 4.5.1.1 创建/操作数据库 在 Android 应用中处理数据 阅读全文
posted @ 2018-03-22 18:41 绝不原创的飞龙 阅读(13) 评论(0) 推荐(0) 编辑
上一页 1 ··· 483 484 485 486 487 488 489 490 491 ··· 549 下一页