摘要:
本文参考这位哥们:https://juejin.im/post/5b87f409e51d4538b0640f58 首先写两个类文件ActivityLifecycleCallbacksAdapter、LifecycleHelper : 在MyApplication.java中进行注册: 阅读全文
摘要:
public class HomeKeyReceiver extends BroadcastReceiver implements SanbotConstants{ private HomeKeyListener listener; public HomeKeyReceiver(){ } public HomeKeyReceiver(HomeKeyListener listener) { this 阅读全文