I have 3 Activities
Activity1 >>Activity2 >>Activity3
In activity3 I'm finishing the activity and calling system.exit(0) to close my complete app
- should close background music
- close the activity
- destroy the appication
Condition is like this
- I've a timer in this activity3. On the OnFinish of the timer I should start activity2. I can't call NoHistory=true on activity2 because of the above condition
Any Help will be appreciated...