Add Flag to keep the Screen Awake in the StreamActivity (Fix #114) (#149)

This commit is contained in:
FearlessSpiff 2020-01-27 21:30:22 +01:00 committed by Florian Märkl
commit 945dc697cc

View file

@ -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">
<TextureView
android:id="@+id/textureView"