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.
我想修改 SmsManager 使其能够接受上下文。我可以这样做吗?如果是,我该怎么办?
SmsManager 是电话库的一部分。我不建议直接扩展它,因为它们倾向于锁定系统的这些部分。我可以推荐的是创建自己的包装类,其中包含一个 SmsManager 和 Context 变量。然后你可以公开一个接口来实现你想要做的任何事情。