./frameworks/base/core/java/android/app/StatusBarManager.javamService = IStatusBarService.Stub.asInterface(ServiceManager.getService(Context.STATUS_BAR_SERVICE));而我在自己的apk中用这个接口会报fc错误。java.lang.SecurityException: StatusBarManagerService: Neither user 10031 nor current process has android.permission.STATUS_BAR_SERVICE.请问,上面的StatusBarManager.java关联的manifest文件在哪里?