Jimson Liang
Jimson Liang
@halilozdemr hello,any updates on this problem??
@halilozdemr this problem is occasionally??
@tux-world You can see this commit : https://github.com/traex/RippleEffect/commit/df5f9e4456eae8a8e98e2827a3c6f9e7185596e1 The crash is be solved.
see this commit : https://github.com/traex/RippleEffect/commit/df5f9e4456eae8a8e98e2827a3c6f9e7185596e1 The crash is be solved.
想到两个方法,在你的service onDestory的时候 1. cancel notification 2. android.os.Process.killProcess(android.os.Process.myPid()); PS: service被干掉了,但是onDestory没有被调用,这种情况,没想到好的方法。