Simply doing this:
[[UIScreen mainScreen] setBrightness:0.2];
Doesn't work. Has no effect at all on the app. Is there some other setting I need to set for this to work?
It does work on the device, but not on the simulator.