
Android
文章平均质量分 75
还好2333
这个作者很懒,什么都没留下…
展开
-
Android 后台启动startService()相关问题的解决
java.lang.IllegalStateException: Not allowed to start service Intent app is in background uid UidRecord解决方法:使用startForegroundService()必须在5秒内调用该服务的 startForeground(int id, Notification notificatio原创 2022-12-05 16:23:04 · 8197 阅读 · 2 评论 -
Android 最近任务列表中隐藏视图
偶然在酷安收到一个用户提出的需求,于是便有了实现他的思路在一番百度后,发现常见的解决思路都是在AndroiManifest.xml中对activity进行属性声明,这并不是我想要的写死在xml中无法无法实时对属性进行修改,期望以开关的形式去实现这样的需求,于是再一番百度之后,在一篇文章中了解到其实有三种方式可以解决。...原创 2022-08-02 16:20:47 · 4146 阅读 · 0 评论