Skip to content

Commit

Permalink
Merge branch 'feature/508110-TicketBloquearOrientacionVertical' into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
“Hector” committed Nov 6, 2024
2 parents 43e5738 + 5049a94 commit deda6ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AndroidProject/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<uses-permission android:name="android.permission.INTERNET" />

<application
android:screenOrientation="portrait"
android:name=".GasolinerasApp"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
Expand All @@ -18,16 +17,21 @@
tools:targetApi="31">
<activity
android:name=".activities.info.InfoView"
android:screenOrientation="portrait"
android:exported="false" />
<activity
android:name=".activities.puntoInteres.AnhadirPuntoInteresView"
android:screenOrientation="portrait"
android:exported="false" />
<activity
android:name=".activities.details.DetailsView"
android:screenOrientation="portrait"
android:exported="false" />
<activity
android:name=".activities.main.MainView"
android:screenOrientation="portrait"
android:exported="true">

<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit deda6ca

Please sign in to comment.