Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Add Flag to keep the Screen Awake in the StreamActivity (Fix #114) (#149
Browse files Browse the repository at this point in the history
)
  • Loading branch information
FearlessSpiff authored and thestr4ng3r committed Jan 27, 2020
1 parent 4b17137 commit 945dc69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/res/layout/activity_stream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 945dc69

Please sign in to comment.