Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以解释它并帮助我理解它。
所有组件(活动、服务、内容提供者和广播接收器)都需要一个空的构造函数,因为这就是 Android 根据需要尝试创建对象的方式。Android 不能使用其他构造函数,因为它无法知道将什么作为参数值传入。