Is it a good solution or not?
How to implement?
When should I shutdown properly? I shutdown it onDestroy() in the Activity, then relaunch my app as soon as possible. It causes a
java.util.concurrent.RejectedExecutionException
, why? Does anyone know its lifecycle?
Any idea? Thanks.