What is force stop in Android?
Force Stopping an app will completely (and immediately) end all foreground and background processes related to that particular app. What happens if you force stop Android system? The reason why using Force Stop is recommended when trying to fix a misbehaving app it is 1) it kills the currently running instance of that app and 2) it means that the …