diff options
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" |