My app uses a WebView, and users sometimes adjust the zoom level to make the text larger. However the zoom level setting is lost when the Activity is closed and another one
Perhaps you could try:
http://d.android.com/reference/android/webkit/WebSettings.html#setDefaultZoom(android.webkit.WebSettings.ZoomDensity)
&
http://d.android.com/reference/android/webkit/WebSettings.html#getDefaultZoom()
I haven't tried it myself but that looks like it might work