代码拉取完成,页面将自动刷新
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-takeAndUpload"
version="0.0.1"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>takeAndUpload</name>
<author>homelajiang@163.com</author>
<description>a take photo and upload plugin of sdr company</description>
<keywords>image,upload</keywords>
<engines>
<engine name="cordova" version=">=3.7.0"/>
</engines>
<js-module name="takeAndUpload" src="www/takeAndUpload.js">
<clobbers target="cordova.plugins.takeAndUpload"/>
</js-module>
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml">
<feature name="takeAndUploadManger">
<param name="android-package" value="com.sdr.takepicplugin.TakePicUploadManger"/>
</feature>
</config-file>
<config-file parent="/*" target="AndroidManifest.xml">
<uses-permission android:name="android.permission.CAMERA"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.INTERNET"/>
</config-file>
<framework src="com.android.support:appcompat-v7:24.2.1"/>
<config-file parent="/manifest/application" target="AndroidManifest.xml">
<activity android:name="com.sdr.takepicplugin.TakePicUploadActivity"
android:theme="@style/Theme.AppCompat.Light.DarkActionBar"
android:launchMode="singleTask"/>
</config-file>
<source-file src="src/android/FileUploadManger.java" target-dir="src/com/sdr/takepicplugin"/>
<source-file src="src/android/NoScrollGridView.java" target-dir="src/com/sdr/takepicplugin"/>
<source-file src="src/android/TakePicUploadActivity.java" target-dir="src/com/sdr/takepicplugin"/>
<source-file src="src/android/TakePicUploadManger.java" target-dir="src/com/sdr/takepicplugin"/>
<source-file src="src/android/UploadFile.java" target-dir="src/com/sdr/takepicplugin"/>
<source-file src="src/android/drawable-hdpi/btn_add_images_upload.png" target-dir="res/drawable-hdpi"/>
<source-file src="src/android/drawable-hdpi/ic_highlight_off_black_36dp.png" target-dir="res/drawable-hdpi"/>
<source-file src="src/android/drawable/edit_text_bg.xml" target-dir="res/drawable"/>
<source-file src="src/android/layout/item_image.xml" target-dir="res/layout"/>
<source-file src="src/android/layout/take_pic_upload.xml" target-dir="res/layout"/>
</platform>
</plugin>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。