Other similar apps don't do Permission controls

浪子不回头ぞ 提交于 2019-12-12 02:43:22

问题


I am developing a camera app for android, and this app obviously require the Camera permission to work.

I have an Android 6 smartphone and I have just noticed that other similar apps don't show the permission request dialog but in Settings->Applications, I see that the permission is already granted for these apps. How is this possible ? Maybe because these are old apps ?


回答1:


How is this possible ?

Their targetSdkVersion is below 23.



来源:https://stackoverflow.com/questions/40474852/other-similar-apps-dont-do-permission-controls

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!