Permission is only granted to system app, in Manifest

后端 未结 7 486
青春惊慌失措
青春惊慌失措 2020-12-08 03:10

I want to add this permission to my Android manifest:


         


        
7条回答
  •  Happy的楠姐
    2020-12-08 03:50

    Find ProtectedPermission from the list in

    Window -> Preferences -> Android -> Lint Error Checking.
    

    and set the severity to something other than error(info for example). This way your project will still compile.

提交回复
热议问题