Security.showSettings

Hi there,

Anybody happen to know how I can show the ‘Local storage’ panel in AS3 from an AIR application?

I’ve tried:

Security.showSettings();
// and this:
Security.showSettings("localStorage");

But AIR seems to ignore it…