mirror of
https://github.com/defold/extension-camera
synced 2025-06-28 19:07:43 +02:00
7 lines
346 B
XML
7 lines
346 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="{{android.package}}">
|
|
<uses-feature android:name="android.hardware.camera" />
|
|
<uses-feature android:name="android.hardware.camera.autofocus" />
|
|
<uses-permission android:name="android.permission.CAMERA" />
|
|
</manifest>
|