Re: [android-developers] Device Specific System Settings

2009-12-07 Thread Dianne Hackborn
If they are not part of the standard system, there is no API for them. It is possible for a vendor to provide an ADT plugin with their own APIs, but afaik HTC has not done this. On Sat, Dec 5, 2009 at 10:24 AM, Tom Reay wrote: > Hi, > I'm stuck on trying to change system settings that are not s

[android-developers] Device Specific System Settings

2009-12-06 Thread Tom Reay
Hi, I'm stuck on trying to change system settings that are not standard android ones, specifically trying to enable/disable the auto backlight setting on the HTC Hero in code, I can't see anyway to find out the string I need to use when doing Settings.System.get... Thanks for your help -- You r