Hi Folks,
I hope anyone can help with this... I need to be able to keep my app's screen on at all times when it's running in the foreground.
Normally you can do this in the standard Android SDK via the line:-
android.setScreenOn="true"
in your layout.xml file or programmatically:-
view.setScreenOn(True).
I can't seem to find this feature in either the B4A command set nor in the B4A layout designer.
Is this an oversight? If so will it be included in a later version? or is there a solution I have overlooked? I can't seem to find anything in the forums.
Thanks for your help in advance!
I hope anyone can help with this... I need to be able to keep my app's screen on at all times when it's running in the foreground.
Normally you can do this in the standard Android SDK via the line:-
android.setScreenOn="true"
in your layout.xml file or programmatically:-
view.setScreenOn(True).
I can't seem to find this feature in either the B4A command set nor in the B4A layout designer.
Is this an oversight? If so will it be included in a later version? or is there a solution I have overlooked? I can't seem to find anything in the forums.
Thanks for your help in advance!