I have an Android Activity with just a webview inside. For example:
<WebView
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
</FrameLayout>
How do I make the webview back to the previous screen when I click the physical button to return from the phone?