am 8ad7abbc: Merge "Corrected return value for updatePreferenceToSpecificActivityOrRemove method"

* commit '8ad7abbcf64076b4df8ff3e724815c2e7940be8e':
  Corrected return value for updatePreferenceToSpecificActivityOrRemove method
This commit is contained in:
Amith Yamasani
2012-05-25 07:19:56 -07:00
committed by Android Git Automerger

View File

@@ -124,7 +124,7 @@ public class Utils {
// Did not find a matching activity, so remove the preference
parentPreferenceGroup.removePreference(preference);
return true;
return false;
}
/**