Keep screen on while scanning QR code.

This commit is contained in:
akwizgran
2018-10-02 12:03:29 +01:00
parent 39478a7914
commit 499c586a59

View File

@@ -3,7 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:keepScreenOn="true">
<org.briarproject.briar.android.keyagreement.CameraView
android:id="@+id/camera_view"