directory-maven-plugin icon indicating copy to clipboard operation
directory-maven-plugin copied to clipboard

Android 9上起不了服务

Open Acjesphel opened this issue 6 years ago • 1 comments

在Android 9上,DaemonStrategy23的: initBroadcastParcel(context, configs.DAEMON_ASSISTANT_CONFIG.RECEIVER_NAME); sendBroadcastByAmsBinder(); 会爆出 Unable to find app for caller android.app.IApplicationThread

Acjesphel avatar Nov 16 '18 03:11 Acjesphel

Android 9 中调用startForgroundServeice() 开启前台服务和通知,提升进程优先级, 另外添加锁屏清理白名单就可以了;

XiangliJiaxing avatar Feb 12 '19 02:02 XiangliJiaxing