这是个public的类, 属于com.android.server包。
我在我的应用里 怎么调用它,需要import 什么?我的代码是
    private LightsService lights = null;
    ……
    lights = new LightsService(this);我是看systemserver.java里这么用的,
但我就是编译不过,显示
cannot find symbol
symbol  : class LightsService