ActivityManagerNative import这个类错误
ActivityManagerNative import这个类异常

The import android.app.ActivityManagerNative cannot be resolved
为什么?而且不import这个类下面的代码也没有错。但是没程序生成
------解决方案--------------------
是hide的,所以你引用不了
The import android.app.ActivityManagerNative cannot be resolved
为什么?而且不import这个类下面的代码也没有错。但是没程序生成
------解决方案--------------------
/** {@hide} */
public abstract class ActivityManagerNative extends Binder implements IActivityManager
是hide的,所以你引用不了