许可 - android.permission.WRITE_EXTERNAL_STORAGE PlayStore
Permission - android.permission.WRITE_EXTERNAL_STORAGE PlayStore
我想知道,如果这个'permission:android.permission.WRITE_EXTERNAL_STORAGE'写在manifest里,play store上的permission details会写什么?
当我在 google Play 商店的应用程序页面上的 "Permission" 下单击 "View Details" 时。
您无需编写任何内容,每个权限显示的消息由 Google 而非开发人员显示。
我的一些应用程序使用 'permission:android.permission.READ_EXTERNAL_STORAGE'
然后在 google Play 商店的应用程序页面上。我有这个。enter image description here
在此页面中,他们在 public 问题中描述了权限列表:
https://android.stackexchange.com/questions/71802/help-understanding-whatsapps-permissions
他们引用外部存储权限描述:
Photos/Media/Files
modify or delete the contents of your USB storage
test access to protected storage
会是
Strorage
- modify or delete the contents of your USB storage
我想知道,如果这个'permission:android.permission.WRITE_EXTERNAL_STORAGE'写在manifest里,play store上的permission details会写什么?
当我在 google Play 商店的应用程序页面上的 "Permission" 下单击 "View Details" 时。
您无需编写任何内容,每个权限显示的消息由 Google 而非开发人员显示。
我的一些应用程序使用 'permission:android.permission.READ_EXTERNAL_STORAGE'
然后在 google Play 商店的应用程序页面上。我有这个。enter image description here
在此页面中,他们在 public 问题中描述了权限列表:
https://android.stackexchange.com/questions/71802/help-understanding-whatsapps-permissions
他们引用外部存储权限描述:
Photos/Media/Filesmodify or delete the contents of your USB storage test access to protected storage
会是
Strorage
- modify or delete the contents of your USB storage