green-android / certification

Android 绿色应用认证计划
85 stars 1 forks source link

[认证申请] 一个木函 #58

Open ColdSongDvl opened 5 years ago

ColdSongDvl commented 5 years ago
oasisfeng commented 5 years ago

请具体列举需要使用外部存储权限的功能场景,以确定是否符合豁免条件。

另外,各条款的满足情况请具体说明(例如 Target SDK version 的具体数值),而非填写「满足」。

ColdSongDvl commented 5 years ago

你好,由于一个木函是效率型工具集合应用,因此和手机存储有关操作非常多,如在使用到的时候在请求该权限也是不现实的。 附件截图中的一个木函中的工具(包括但不限于),都需要使用到 WRITE_EXTERNAL_STORAGE 权限

---原始邮件--- 发件人: "oasisfeng"notifications@github.com 发送时间: 2019年7月17日(星期三) 下午3:16 收件人: "green-android/certification"certification@noreply.github.com; 抄送: "Author"author@noreply.github.com;"ColdSongDvl"coldsong@vip.qq.com; 主题: Re: [green-android/certification] [认证申请] 一个木函 (#58)

请具体列举需要使用外部存储权限的功能场景,以确定是否符合豁免条件。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

oasisfeng commented 5 years ago

Android 提供了不依赖存储权限的文件访问机制(参见公约中的详细说明),因此存储权限从来都不是应用所必须依赖的。从 Android Q 开始,出于隐私防护,Android 应用已经不再支持直接访问存储,所有的存储访问情形都须使用 Android 的相关 API 完成,这是公约开始约束存储权限的大背景。

ColdSongDvl commented 5 years ago

一个木函中包含诸多文件清理功能(参见附件),需要对存储中的所有文件进行扫描或删除等操作,AndroidQ的机制恐怕无法满足完全不使用读写存储权限的情况,且公约中也提到此类情形可以豁免。 且一个木函也完全愿意做出正确的让步,即不强制请求该权限。

---原始邮件--- 发件人: "oasisfeng"notifications@github.com 发送时间: 2019年7月17日(星期三) 下午5:18 收件人: "green-android/certification"certification@noreply.github.com; 抄送: "Author"author@noreply.github.com;"ColdSongDvl"coldsong@vip.qq.com; 主题: Re: [green-android/certification] [认证申请] 一个木函 (#58)

Android 提供了不依赖存储权限的文件访问机制(参见公约中的详细说明)。从 Android Q 开始,已经不再支持直接访问存储,所有的存储访问情形都须使用 Android 的相关 API 完成,这是公约开始约束存储权限的大背景。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

oasisfeng commented 5 years ago

如果 Android Q 的设计机制无法满足你的 app 需求,建议及早向 Google 反馈你的应用场景,以免 Android Q 正式发布后追悔莫及。

如果你确定有公约提到的存储访问机制无法满足的场景,请具体列出(不用全部列出,只需要列举一个无法满足的场景即可),以客观评估是否符合豁免条件。

ColdSongDvl commented 5 years ago

好的,我们决定尝试继续优化,在可能的情况下确保符合AndroidQ的设计规范,并满足公约的该项条例,待那时再重新访问此issue。

---原始邮件--- 发件人: "oasisfeng"notifications@github.com 发送时间: 2019年7月17日(星期三) 晚上9:03 收件人: "green-android/certification"certification@noreply.github.com; 抄送: "Author"author@noreply.github.com;"ColdSongDvl"coldsong@vip.qq.com; 主题: Re: [green-android/certification] [认证申请] 一个木函 (#58)

如果 Android Q 的设计机制无法满足你的 app 需求,建议及早向 Google 反馈你的应用场景,以免 Android Q 正式发布后追悔莫及。

如果你确定有公约提到的存储访问机制无法满足的场景,请具体列出(不用全部列出,只需要列举一个无法满足的场景即可),以客观评估是否符合豁免条件。

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.