Do not update accessibilityTitle in

LayoutParams.setTitle

Bug: 28126629
Change-Id: Idfd8c0210d32e1a0e9c16272cfbb35ef6065e805
This commit is contained in:
Yuki Awano
2016-04-14 11:53:10 +09:00
committed by Svetoslav Ganov
parent 37ce022189
commit 0697c7a877

View File

@@ -1774,7 +1774,6 @@ public interface WindowManager extends ViewManager {
title = "";
mTitle = TextUtils.stringOrSpannedString(title);
accessibilityTitle = mTitle;
}
public final CharSequence getTitle() {