mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:35:10 +08:00
18 lines
580 B
XML
18 lines
580 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="org.apache.cordova.core">
|
|
version="0.1.0">
|
|
<name>Camera</name>
|
|
|
|
<!-- android -->
|
|
<platform name="android">
|
|
<config-file target="res/xml/config.xml" parent="/cordova/plugins">
|
|
<plugin name="Camera" value="org.apache.cordova.core.CameraLauncher"/>
|
|
</config-file>
|
|
|
|
<source-file src="CameraLauncher.java" target-dir="org/apache/cordova/core" />
|
|
</platform>
|
|
</plugin>
|