Android ActivityThread类在哪个包 5
3个回答
展开全部
在frameworks/base/core/java/android/app下
package android.app;
这个类是隐藏的,在api中无法查看,源码显示:
/**
* This manages the execution of the main thread in an
* application process, scheduling and executing activities,
* broadcasts, and other operations on it as the activity
* manager requests.
*
* {@hide}
*/
package android.app;
这个类是隐藏的,在api中无法查看,源码显示:
/**
* This manages the execution of the main thread in an
* application process, scheduling and executing activities,
* broadcasts, and other operations on it as the activity
* manager requests.
*
* {@hide}
*/
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在frameworks/base/core/java/android/app下
package android.app;
着个类是隐藏的,在api中无法查看,源码显示:
/**
* This manages the execution of the main thread in an
* application process, scheduling and executing activities,
* broadcasts, and other operations on it as the activity
* manager requests.
*
* {@hide}
*/
package android.app;
着个类是隐藏的,在api中无法查看,源码显示:
/**
* This manages the execution of the main thread in an
* application process, scheduling and executing activities,
* broadcasts, and other operations on it as the activity
* manager requests.
*
* {@hide}
*/
追问
为什么会有隐藏的类?如何引用隐藏的类?谢谢!
追答
建议参考:
1、google会用一些隐藏类或者隐藏方法,原因大概是:这些类或方法还不完善、不稳定或者正在开发中,所以不对外开放,当开放稳定后,自然会开放出去,你可以看一下2.3中的源码,有些隐藏的在4.0中开放出来了。
2、据我说知,想调用这些以藏类,如果不修改framework中的代码,在上层只能用反射(可以用路径反射出类的)。其他方法就不知道了
来自:求助得到的回答
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
楼主是想看源码吧,这个类从eclipse里不能直接看到,源码位置:
android-10\sources\android-2.3.3-gingerbread-src\android\app
这是2.3的
找android文件夹打开下面的app文件夹就可以看到了。
android-10\sources\android-2.3.3-gingerbread-src\android\app
这是2.3的
找android文件夹打开下面的app文件夹就可以看到了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询