android:process=":remote" doesnt prevent separate process from being destroyed with Force Close -


im using sumsung gt-s7710 android version 4.1.2 . when force close app app list in phone manually - separate service process becomes dead. can see in studio. , trully doesnt work more (i used check shedulled launching of notification sound). in many places on net people android:process=":remote" option prevent service being killed, seems not working force close case. suggestions appreciated. thx in advance.

<service android:name=".actservice" android:process=":remote"/> 

when force close app app list in phone manually

what appear mean going settings app, apps screen within there, finding app, , tapping "force stop" button.

separate service process becomes dead

sure. of processes terminated if user force-stops app through settings.

but in many places on net people android:process=":remote" option prevent service being killed, seems not working force close case.

correct. not supposed work case. separate process may if user swipes app's task off of overview screen (a.k.a., recent-tasks screen).


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -