Fix to main application android manifest file

A change to activity configuration has been made to allow the orientation change.
This commit is contained in:
micaTewe 2015-10-18 01:18:16 +02:00 committed by Daniel Cousens
parent b1f39076d9
commit 2568e2168b

View File

@ -23,11 +23,10 @@
</feature>
</config-file>
<config-file target="AndroidManifest.xml" parent="application">
<activity
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale"
android:name="org.cloudsky.cordovaPlugins.ZBarScannerActivity"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:screenOrientation="portrait" >
</activity>
android:screenOrientation="fullUser"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" />
</config-file>
<config-file target="AndroidManifest.xml" parent="/*">
<uses-feature android:name="android.hardware.camera" />