permission is only granted to system apps 如何处理

在使用Eclipse调试系统应用时,AndroidManifest.xml经常会有这个错误:

permission is only granted to system apps

解决办法:

Android Lint Preferences--->Correctness 里面将相应的检查将为Error以下:

permission is only granted to system apps 如何处理