When I force-stop my app via adb while keyboard is visible, it stays visible.
I did the same test with Google Chrome app and keyboard gets hidden there.
I know how to hide keyboard when activity is put into background (link), but it seems that I cannot intercept when my app is force-stopped (link).
Is there some simple solution to my problem? Thanks.