-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.xml
More file actions
20 lines (17 loc) · 722 Bytes
/
Copy pathconfig.xml
File metadata and controls
20 lines (17 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets"
xmlns:rim="http://www.blackberry.com/ns/widgets"
version="1.0.0.0">
<name>commonPitfalls</name>
<access uri="https://www.facebook.com" subdomains="true">
<feature id="blackberry.app.event" required="true" version="1.0.0"/>
<feature id="blackberry.invoke"/>
<feature id="blackberry.invoke.BrowserArguments" />
</access>
<access uri="http://www.facebook.com" subdomains="true">
<feature id="blackberry.app.event" required="true" version="1.0.0"/>
<feature id="blackberry.invoke"/>
<feature id="blackberry.invoke.BrowserArguments" />
</access>
<content src="index.html"/>
</widget>