I would like to know how can I clean all previous activities of the stack (except the new one), but I want that in Android API 10 (Android 2.3.3).
Guided with this a
You could add in manifest file android:noHistory="true" to each activity that you don't want to keep in the stack