erase

How to erase static variables in Android

I read this Article on StackOverflow. According to this, static variables will be erased, if the class is unloaded the JVM shuts down the process dies But how to destroy / to kill my application (application process) and so to erase all static variables programmatically from my application?! Thank you, Mur UPD These static varia...