am 3540f1f2: Merge "Granular navigation uses mContentDescription instead of getCpontentDescription()s" into jb-mr1-dev

* commit '3540f1f28be473d066bf79956e6b3184c85b32b5':
  Granular navigation uses mContentDescription instead of getCpontentDescription()s
This commit is contained in:
Svetoslav Ganov
2012-09-06 19:08:32 -07:00
committed by Android Git Automerger

View File

@@ -6810,7 +6810,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
* @hide
*/
public CharSequence getIterableTextForAccessibility() {
return mContentDescription;
return getContentDescription();
}
/**