Handle android.settings.HOME_SETTINGS intent

Launch the Home picker activity for the new public intent.

Bug: 16303152
Change-Id: I91cfffdec6c8ed13d3b0e57d7903b4a06dcbb6e6
This commit is contained in:
Amith Yamasani
2014-07-14 18:03:15 -07:00
parent cfc7f9d960
commit 3033ce0723
3 changed files with 17 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ public class SettingsActivity extends Activity
SpellCheckersSettings.class.getName(),
UserDictionaryList.class.getName(),
UserDictionarySettings.class.getName(),
HomeSettings.class.getName(),
DisplaySettings.class.getName(),
DeviceInfoSettings.class.getName(),
ManageApplications.class.getName(),