In my app I am using microphone so I use Security.showSettings(SecurityPanel.PRIVACY); at launch. In this pop-up box there is a check box 'remember' - how can I get access to the value of this checkbox in my code? The window pop-ups every time i go to the page(State) when I launch Security.showSettings(SecurityPanel.PRIVACY) and it seems to remember the settings but it still pop-ups which I don't want. How can I check the value of that checkbox?
how can I get access to the value of this checkbox in my code?
You can't! You probably don't need to manually launch the settings thing. Just access the microphone when needed and that box will pop up automatically.
That approach would be consistent w/ how Adobe Connect does it.