keep screen on

This commit is contained in:
Ahmet Inan 2024-04-12 18:41:17 +02:00
parent 73766e4624
commit b8e13f4853

View file

@ -3,6 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/main"
android:keepScreenOn="true"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">