Camera API working on Jelly Bean but not Kitkat

后端 未结 3 543
自闭症患者
自闭症患者 2020-12-30 13:55

I have a really strange problem. The following code I have is used to take a picture on button click. It works properly on Jelly Bean phones, but not on Kitkat:

3条回答
  •  情歌与酒
    2020-12-30 14:04

    Add uses-feature in your manifest file :

    
     
    

    and check this link. It might be help you.

提交回复
热议问题