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
Post a Comment