From 945dc697cc9d8f86e5b6fb37b3bd5ce3df4debaf Mon Sep 17 00:00:00 2001 From: FearlessSpiff Date: Mon, 27 Jan 2020 21:30:22 +0100 Subject: [PATCH] Add Flag to keep the Screen Awake in the StreamActivity (Fix #114) (#149) --- android/app/src/main/res/layout/activity_stream.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/res/layout/activity_stream.xml b/android/app/src/main/res/layout/activity_stream.xml index c320d3f6..255ccde5 100644 --- a/android/app/src/main/res/layout/activity_stream.xml +++ b/android/app/src/main/res/layout/activity_stream.xml @@ -4,7 +4,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" xmlns:app="http://schemas.android.com/apk/res-auto" - tools:context=".stream.StreamActivity"> + tools:context=".stream.StreamActivity" + android:keepScreenOn="true">