MIF_E31230837/Assets/Plugins/AndroidManifest.xml

11 lines
350 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.syarifah.strumi">
<uses-permission android:name="android.permission.CAMERA" />
<uses-feature android:name="android.hardware.camera.flash" android:required="false" />
<application>
</application>
</manifest>