diff options
author | Ondřej Smrž <bionic@centrum.cz> | 2013-03-10 13:10:37 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-03-11 12:00:51 +0000 |
commit | f0615d8d399f32de21002add6e033c3a9575f417 (patch) | |
tree | 4fd62e08fe9f294d69a5bff6510b5d085f73c5b8 /android | |
parent | 4b49fa35226791e3ee262af7f2ce664aa3d38424 (diff) |
fdo#61421 Added line to prevent screenlocking during presentation
Added line to xml layout to prevent locking screen during using this
layout
Change-Id: Ia2f71e67a3d09bacf1cb7e95dd05a2008129eb24
Reviewed-on: https://gerrit.libreoffice.org/2640
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'android')
-rw-r--r-- | android/sdremote/res/layout/activity_presentation.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/sdremote/res/layout/activity_presentation.xml b/android/sdremote/res/layout/activity_presentation.xml index 23b615a95fe4..1dbf5a604bf5 100644 --- a/android/sdremote/res/layout/activity_presentation.xml +++ b/android/sdremote/res/layout/activity_presentation.xml @@ -2,7 +2,8 @@ xmlns:tools="http://schemas.android.com/tools" android:id="@+id/framelayout" android:layout_width="match_parent" - android:layout_height="match_parent" > + android:layout_height="match_parent" + android:keepScreenOn = "true"> <view android:id="@+id/presentation_interceptor" |