File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ properties:
543
543
544
544
- name : idleTimerDisabled
545
545
summary : Determines whether the screen is locked when the device is idle.
546
- description : Set to `true` to disable the timer.
546
+ description : Set to `true` to disable the timer. For Android look at [Titanium.UI.View.keepScreenOn](Titanium.UI.View.keepScreenOn).
547
547
type : Boolean
548
548
platforms : [iphone, ipad, macos]
549
549
Original file line number Diff line number Diff line change @@ -1975,6 +1975,7 @@ properties:
1975
1975
description : |
1976
1976
When `true` the screen will not power down. Note: enabling this feature will use more
1977
1977
power, thereby adversely affecting run time when on battery.
1978
+ For iOS look at [Titanium.App.idleTimerDisabled](Titanium.App.idleTimerDisabled).
1978
1979
type : Boolean
1979
1980
default : false
1980
1981
platforms : [android]
You can’t perform that action at this time.
0 commit comments