Fix for kernal panic caused by large number of threads.
The problem is triggered by the broadcast received durint app uninstall, resulting in DocsUi creating thread pools faster than they can exit. To fix this, `CachedThreadPool` has been replaced by a static `FixedThreadPool` of 10 threads. Bug: 365682930 Test: Samsung QA Flag: EXEMPT bugfix Change-Id: I0017151d1141f0d2ddf04925b68619d73a241997
Loading