Emanuele Tidó
Committed by GitHub

Update call_activity.xml (#7)

add keepScreenOn true during call
1 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" 1 <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:app="http://schemas.android.com/apk/res-auto" 2 xmlns:app="http://schemas.android.com/apk/res-auto"
3 android:layout_width="match_parent" 3 android:layout_width="match_parent"
4 - android:layout_height="match_parent"> 4 + android:layout_height="match_parent"
  5 + android:keepScreenOn="true">
5 6
6 <com.google.android.material.tabs.TabLayout 7 <com.google.android.material.tabs.TabLayout
7 android:id="@+id/tabs" 8 android:id="@+id/tabs"