OSDN Git Service

Use a queried package name for the IME settings activity.
authorAmith Yamasani <yamasani@google.com>
Tue, 9 Mar 2010 23:03:53 +0000 (15:03 -0800)
committerAmith Yamasani <yamasani@google.com>
Tue, 9 Mar 2010 23:03:53 +0000 (15:03 -0800)
commite086d9ad6118d2a7a3132305c2e7d719cd6fe030
treed9917926b354e6784e85acf2bc765a74ede30851
parent29a6e1caa1b9a568e8cd3d38f94049baad960782
Use a queried package name for the IME settings activity.

This fixes a bug that if the package name of the IME settingsActivity
is different from it's class name, it wouldn't find the activity. This
allows the package name to be optionally specified in the XML or it
will be queried, for proper intent resolution.

Change-Id: Ib9e6e8ef7d59ad9e88300529873eed2b39fe9981
src/com/android/settings/LanguageSettings.java