We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1cdc2 commit 2a3537cCopy full SHA for 2a3537c
app/src/main/AndroidManifest.xml
@@ -1,5 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
+ xmlns:tools="http://schemas.android.com/tools"
4
package="com.jayasuryat.minesweeperjc">
5
6
<application
@@ -14,7 +15,9 @@
14
15
<activity
16
android:name=".presentation.MainActivity"
17
android:exported="true"
- android:label="@string/app_name">
18
+ android:label="@string/app_name"
19
+ android:screenOrientation="portrait"
20
+ tools:ignore="LockedOrientationActivity">
21
<intent-filter>
22
<action android:name="android.intent.action.MAIN" />
23
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments