Shay Well-Known Member Licensed User Longtime User Aug 29, 2011 #1 Hi I am using Awake.KeepAlive(true) to prevent the app going to sleep and it is working, but if it is strating with "true" and I change it in middle of app run, to "false" the app does not go to sleep if I start the app with false, it will go to sleep
Hi I am using Awake.KeepAlive(true) to prevent the app going to sleep and it is working, but if it is strating with "true" and I change it in middle of app run, to "false" the app does not go to sleep if I start the app with false, it will go to sleep
JesseW Active Member Licensed User Longtime User Aug 29, 2011 #2 Looking at the documentation, I see your supposed to use ReleaseKeepAlive instead of KeepAlive(False) See here Basic4android - Phone Last edited: Aug 29, 2011 Upvote 0
Looking at the documentation, I see your supposed to use ReleaseKeepAlive instead of KeepAlive(False) See here Basic4android - Phone