forked from Ikaros-521/API-Clock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
42 lines (39 loc) · 1.76 KB
/
Copy pathconfig.xml
File metadata and controls
42 lines (39 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version='1.0' encoding='utf-8'?>
<<<<<<< HEAD
<widget id="io.cordova.hellocordova" version="2.2.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DD闹钟</name>
=======
<widget id="io.cordova.hellocordova" version="2.3.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>API闹钟</name>
>>>>>>> 0c621e0cc6869b00bb16e2f901369d3d769f8373
<description>
本项目基于Cordova开发,打包的apk支持Android9+,主要功能为 监听b站用户直播情况,开播进行闹钟提示
</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
Ikaros
</author>
<content src="index.html" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
<icon density="ldpi" src="www/img/logo.png" />
<icon density="mdpi" src="www/img/logo.png" />
<icon density="hdpi" src="www/img/logo.png" />
<icon density="xhdpi" src="www/img/logo.png" />
<icon density="xxhdpi" src="www/img/logo.png" />
<icon density="xxxhdpi" src="www/img/logo.png" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<preference name="AndroidPersistentFileLocation" value="Internal" />
<preference name="AndroidPersistentFileLocation" value="Compatibility" />
<preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,assets,root" />
</widget>