mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 20:43:30 +00:00
Fix screenOrientation to only portrait
This commit is contained in:
@@ -30,12 +30,18 @@
|
||||
tools:targetApi="31">
|
||||
<activity
|
||||
android:name=".trackerLog.TrackerLogActivity"
|
||||
android:exported="false" />
|
||||
android:screenOrientation="portrait"
|
||||
android:exported="false"
|
||||
tools:ignore="LockedOrientationActivity" />
|
||||
<activity
|
||||
android:name=".ScannerActivity"
|
||||
android:exported="false" />
|
||||
android:screenOrientation="portrait"
|
||||
android:exported="false"
|
||||
tools:ignore="LockedOrientationActivity" />
|
||||
<activity
|
||||
android:name=".HomeActivity"
|
||||
android:screenOrientation="portrait"
|
||||
tools:ignore="LockedOrientationActivity"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -57,4 +63,4 @@
|
||||
</service>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user