Hi
I am using the following code
and I noticed that my device is still consuming CPU and RAM
what am I missing?
Awake.ReleaseKeepAlive - I am using this so device will not sleep
Awake.KeepAlive(False)
StopService(ServiceModule) - stopping the service (even that on this page is not running)
Activity.Finish
I am using the following code
and I noticed that my device is still consuming CPU and RAM
what am I missing?
Awake.ReleaseKeepAlive - I am using this so device will not sleep
Awake.KeepAlive(False)
StopService(ServiceModule) - stopping the service (even that on this page is not running)
Activity.Finish