2
I have an Android Activity with only one webview inside. For example:
<WebView
android:id="@+id/webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
</FrameLayout>
How do I get the webview back to the previous screen when I click the physical back button of the phone?