[android-developers] Settings Intent in Sense UI

2010-04-10 Thread GodsMoon
I'm trying to link to the settings menu. The following code works great for stock Android but doesn't work in the 2.1 HTC Sense UI. Intent goToSettings = new Intent(Settings.ACTION_LOCALE_SETTINGS); goToSettings.setComponent(new ComponentName("com.android.settings","com.android.settings.SecuritySe

Re: [android-developers] Settings Intent in Sense UI

2010-04-10 Thread Mark Murphy
GodsMoon wrote: > I'm trying to link to the settings menu. > The following code works great for stock Android but doesn't work in > the 2.1 HTC Sense UI. > > Intent goToSettings = new Intent(Settings.ACTION_LOCALE_SETTINGS); > goToSettings.setComponent(new > ComponentName("com.android.settings","c