We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715efff commit 55aac08Copy full SHA for 55aac08
assists-web/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.ven.assists_web">
5
6
<application android:hardwareAccelerated="true">
@@ -13,6 +14,11 @@
13
14
android:resource="@xml/assists_web_provider_paths" />
15
</provider>
16
17
+ <activity
18
+ android:name="com.journeyapps.barcodescanner.CaptureActivity"
19
+ android:screenOrientation="portrait"
20
+ tools:replace="screenOrientation" />
21
+
22
</application>
23
24
</manifest>
0 commit comments