Closed GoogleCodeExporter closed 9 years ago
the solution could be to ovveride the back callback method or to construct
newly the activity stack (the last solution is not preferable).
Original comment by Tartu...@gmail.com
on 10 Dec 2012 at 9:18
the solution was to add in the activity:
public void onBackPressed() {
return;
}
Original comment by Tartu...@gmail.com
on 17 Dec 2012 at 10:31
Original issue reported on code.google.com by
Tartu...@gmail.com
on 10 Dec 2012 at 9:15