mirror of
https://github.com/Esri/offline-editor-js.git
synced 2025-12-15 15:20:05 +00:00
21 lines
813 B
XML
21 lines
813 B
XML
<!-- Use the config file in the Android Project /res/xml -->
|
|
|
|
<?xml version='1.0' encoding='utf-8'?>
|
|
<widget id="com.esri.offline" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
|
<name>Hello</name>
|
|
<description>
|
|
This application provides offline editing and tile management for the ArcGIS API for JavaScript
|
|
</description>
|
|
<author email="agup@esri.com" href="http://developers.arcgis.com">
|
|
Esri Developer Evangelist Team
|
|
</author>
|
|
<content src="offline.html" />
|
|
<access origin="*" />
|
|
<preference name="fullscreen" value="true" />
|
|
<preference name="webviewbounce" value="true" />
|
|
|
|
<feature name="File">
|
|
<param name="android-package" value="org.apache.cordova.FileUtils" />
|
|
</feature>
|
|
</widget>
|