I am using following code to open an activity as a popup window using
<activity android:name=".RadioButtonExample"
android:theme="@android:style/Theme.Dialog"
android:excludeFromRecents="true"/>
But excludeFromRecents
is not working. If user clicks back button the popup window shows while retrieving back to main menu.
Use
android:noHistory="true"