[android-developers] Re: Swipe app out of recent tasks permanently kills app (like force-stop) even though it's running background services!

2013-12-17 Thread Muzikant
Try using the following code. It's a dirty workaround but it works (unless the process is killed via ps or DDMS - Does anyone have some sort of solution for that ???). public void onTaskRemoved(Intent rootIntent) { Intent restartServiceIntent = new Intent(getApplicationContext(), this.getClass(

[android-developers] Re: Troubles with Utils.matToBitmap

2012-03-11 Thread Muzikant
What was the problem (I'm getting the same error... whenever I call matToBitmap the application freezes and stops responding) On Feb 20, 12:01 pm, adiel ashrov wrote: > nevermind,got it./ > > Thanks > > On Feb 19, 6:18 pm, adiel ashrov wrote: > > > > > > > > > Hey everyone, > > > I have s small