1. 程式人生 > >Permission is only granted to system app

Permission is only granted to system app

當在AndroidManifest.xml中設定以下許可權時:WRITE_SETTINGS(修改系統設定),會有警告
在這裡插入圖片描述

原因如下:
此類許可權僅授予系統級應用

解決辦法:
1、不解決,這只是個警告,不會影響程式執行
2、改為第一個級別的警告:
File-Setting-Editor-Inspections
Android Lint下面,將 Using system app permission的Error改成Warning
在這裡插入圖片描述