-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
29 lines (22 loc) · 1.09 KB
/
config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" height="200" id="http://www.victorulink.com/Ramadan-AlAfasi" version="1.0.0" viewmodes="windowed fullscreen" width="200">
<name short="Al Afasi">Al Afasi</name>
<description>
Al Arafi Azkar and Doaa mobile app.
</description>
<!-- Note: Author href MUST BE Url encoded
@see http://en.wikipedia.org/wiki/Percent-encoding -->
<author email="[email protected]" href="http://www.victorylink.com">
Mohamed Abo Elmagd
</author>
<icon src="icon.png"/>
<content src="index.html"/>
<license>
Copyright Victory link, 2013.
</license>
<feature name="nokia://s40.nokia.com/SAWRT/2.3" required="true" />
<preference name="ApplicationName" value="AlAfasi" readonly="true"></preference>
<preference name="ServiceUrl" value="http://192.168.3.45:8090/AdMainService.svc/" readonly="true"></preference>
<preference name="UserName" value="" ></preference>
<preference name="Password" value=""></preference>
</widget>