I have seted a service and it use start Forground , so android will not kill it , but when I press Clear Memory in task manager , it will close my service , where is problem , if you tr this with build in media player , android will not kill it at all
I have use start_stricky and Notification.FLAG_FOREGROUND_SERVICE
if I use NO_CLEAR , there is not diffrence
how can I solve this problem ?
thanks