Access denied finding property “camera.hal1.packagelist”

后端 未结 5 1166
别那么骄傲
别那么骄傲 2021-02-05 03:07

While using camera in service mobile screen is getting un-touchable(locked by transparent window ) and only below error is occuring

Access denied finding proper         


        
5条回答
  •  深忆病人
    2021-02-05 03:33

    Please see if you asking for the Camera permission from the user. Just specifying the permission in manifest is not gonna work above a certain Android level.
    This will solve your problem.

    How to ask for permission follow this link.

提交回复
热议问题