Explorar el Código

update app/src/main/AndroidManifest.xml

wudebin hace 4 meses
padre
commit
30ba256df4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Strides-SPAPP/android/app/src/main/AndroidManifest.xml

+ 1 - 0
Strides-SPAPP/android/app/src/main/AndroidManifest.xml

@@ -30,6 +30,7 @@
         <activity
           android:name=".MainActivity"
           android:label="@string/app_name"
+          android:screenOrientation="portrait"
           android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize|smallestScreenSize|uiMode"
           android:launchMode="singleTask"
           android:windowSoftInputMode="adjustResize"