views:

29

answers:

0

When I create an AIR app using the Aptana packager, it seems to request every permission ever from the runtime, meaning the installation step warns users that if they install it, their computer will catch fire after sending me all their personal information, or something to that effect.

My app needs none of these permissions. Is there a way to configure it so that it requests nothing? It's a static-HTML-and-CSS-app, so it won't read or write anything anywhere else.