android - Can I avoid an instance of WearableListenerService being destroyed by the system? -
i have instance of wearablelistenerservice must network activities on handheld , give response android wear device.
if goes wrong (for example user gives wrong address server) system destroy wearablelistenerservice instance within 10 seconds.
can avoid behaviour? there way increase timeout? there way avoid wearablelistenerservice being destroyed give me ability execute long running operations on handheld?
it's system's job deal wearablelistenerservice lifecycle. never asynchronous task in it. have start service declare (and can manage) that.
Comments
Post a Comment