Merge \\\"Revert \\\"Improve accessibility window title behavior\\\"\\\" into nyc-dev am: fc71309640 am: 2c8099110e
am: d06094dd86
Change-Id: I9da39b5bbd28592f7babe17f3aff4142e04f2e47
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
package android.view.accessibility;
|
||||
|
||||
import android.annotation.Nullable;
|
||||
import android.graphics.Rect;
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
@@ -102,9 +101,8 @@ public final class AccessibilityWindowInfo implements Parcelable {
|
||||
/**
|
||||
* Gets the title of the window.
|
||||
*
|
||||
* @return The title of the window, or {@code null} if none is available.
|
||||
* @return The title.
|
||||
*/
|
||||
@Nullable
|
||||
public CharSequence getTitle() {
|
||||
return mTitle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user