-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.xml
More file actions
16 lines (16 loc) · 1.64 KB
/
Copy pathconfig.xml
File metadata and controls
16 lines (16 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="com.camera.preview.demo" android-versionCode="102" version="1.0.2">
<name>Camera Preview Demo</name>
<description>Sample app demonstrating the Cordova Camera Preview plugin implementation.</description>
<author href="https://www.andreszsogon.com">Andres Zsögön</author>
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<platform name="android">
<icon background="res/icons/android/mipmap-hdpi/ic_launcher_background.png" density="hdpi" foreground="res/icons/android/mipmap-hdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-hdpi/ic_launcher.png" />
<icon background="res/icons/android/mipmap-mdpi/ic_launcher_background.png" density="mdpi" foreground="res/icons/android/mipmap-mdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-mdpi/ic_launcher.png" />
<icon background="res/icons/android/mipmap-xhdpi/ic_launcher_background.png" density="xhdpi" foreground="res/icons/android/mipmap-xhdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-xhdpi/ic_launcher.png" />
<icon background="res/icons/android/mipmap-xxhdpi/ic_launcher_background.png" density="xxhdpi" foreground="res/icons/android/mipmap-xxhdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-xxhdpi/ic_launcher.png" />
<icon background="res/icons/android/mipmap-xxxhdpi/ic_launcher_background.png" density="xxxhdpi" foreground="res/icons/android/mipmap-xxxhdpi/ic_launcher_foreground.png" src="res/icons/android/mipmap-xxxhdpi/ic_launcher.png" />
</platform>
</widget>