I believe you want to implement onSaveInstanceState and that will store your activities current state in a bundle. That bundle will be passed into your activity in onCreate, and you can use it to reset your values.
http://developer.android.com/guide/topics/fundamentals.html#actstate