My code to view system thumbnail with database.
It works in Android 2.x.
But while press back button, it does not work in Android 4.0.3.
But if I select the “don’t keep activities” option in “Developer options”.
It works.
If I did not change system setting, and modify by code.
How to do this?
My code to view system thumbnail with database. It works in Android 2.x. But
Share
Look at the
android:launchModeproperty of theactivityelement inAndroidManifest.xml.