mirror of
https://github.com/defold/extension-camera
synced 2025-09-27 08:52:19 +02:00
Android support
This commit is contained in:
6
camera/manifests/android/AndroidManifest.xml
Normal file
6
camera/manifests/android/AndroidManifest.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<uses-feature android:name="android.hardware.camera" />
|
||||
<uses-feature android:name="android.hardware.camera.autofocus" />
|
||||
<uses-permission android:name="android.permission.CAMERA" />
|
||||
</manifest>
|
3
camera/manifests/android/build.gradle
Normal file
3
camera/manifests/android/build.gradle
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
compile 'com.android.support:support-compat:28.0.0'
|
||||
}
|
Reference in New Issue
Block a user