When I start regular endless Java thread from Activity I see this thread still running even
when the activity destroyed pressing back button or calling by Finish()
from the activity.
The thread stops when I force destroy the application.
My question is if Android destroys this thread in some condition or it will run forever?
Thanks 🙂
When I start regular endless Java thread from Activity I see this thread still
Share
Thread will terminate if :