I write a record screen applicatioin,when I press the start button, begin to record screen and call moveTaskToBack(true);
when I don't do heavy task ,the record screen work ok, when I do some heavy task,the record screen application recycle by android,
what can I do to keep my record screen Application alive when I do heavy task in the foreground?