博客
关于我
android-Permissions Best Practices
阅读量:69 次
发布时间:2019-02-25

本文共 519 字,大约阅读时间需要 1 分钟。

 If the user is running Android 6.0 (API level 23) or later, every time the user tries some new app feature that requires a permission, the app has to interrupt the user's work with a permission request. If the user is running an earlier version of Android, the user has to grant every one of the app's permissions when installing the app; if the list is too long or seems inappropriate, the user may decide not to install your app at all. For these reasons, you should minimize the number of permissions your app needs.

转载地址:http://dyt.baihongyu.com/

你可能感兴趣的文章
MySQL函数简介
查看>>
mysql函数遍历json数组
查看>>
mysql分区表
查看>>
MySQL分层架构与运行机制详解
查看>>
MySQL分组查询
查看>>
Mysql分表后同结构不同名称表之间复制数据以及Update语句只更新日期加减不更改时间
查看>>
Mysql基础命令 —— 系统操作命令
查看>>
mysql备份
查看>>
mysql大批量删除(修改)The total number of locks exceeds the lock table size 错误的解决办法
查看>>
mysql存储登录_php调用mysql存储过程会员登录验证实例分析
查看>>
MySQL学习-group by和having
查看>>
MySQL学习-子查询及limit分页
查看>>
Mysql学习总结(24)——MySQL多表查询合并结果和内连接查询
查看>>
Mysql学习总结(26)——MySQL子查询
查看>>
Mysql学习总结(38)——21条MySql性能优化经验
查看>>
Mysql学习总结(58)——深入理解Mysql的四种隔离级别
查看>>
Mysql工作笔记006---Mysql服务器磁盘爆满了_java.sql.SQLException: Error writing file ‘tmp/MYfXO41p‘
查看>>
mysql手工注入
查看>>
Mysql数据库 InnoDB存储引擎中Master Thread的执行流程
查看>>
Mysql数据库B-Tree索引
查看>>