12 2019 档案
摘要:本文参考这位哥们: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
阅读全文
摘要:adb shell am start -n com.android.launcher3/.Launcher
阅读全文
摘要:最好是在Android studio的命令行工具中进行命令操作。adb logcat -v time > /Users/z/log.txt adb logcat -v time > /Users/z/WebstormProjects/BeiBeiLong/log.txt
阅读全文
摘要:Okhttp 多次调用同一个方法出现错误java.net.SocketException: Socket closed https://blog.csdn.net/QQiqq1314/article/details/83339939
阅读全文