Created
October 3, 2011 19:15
-
-
Save ncoblentz/1259955 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"> | |
<name>Permissions Test</name> | |
<description>This application tests whether privileged APIs can be called without AppWorld reporting those permissions to the user.</description> | |
<author>Nick Coblentz</author> | |
<content src="index.html" /> | |
<access uri="*" subdomains="true" /> | |
<feature id="blackberry.app" /> | |
</widget> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment