Merge "Make InputBindResult#accessibilitySessions final"
This commit is contained in:
committed by
Android (Google) Code Review
commit
c3f3048d61
@@ -184,7 +184,7 @@ public final class InputBindResult implements Parcelable {
|
||||
/**
|
||||
* The accessibility services.
|
||||
*/
|
||||
public SparseArray<IAccessibilityInputMethodSession> accessibilitySessions;
|
||||
public final SparseArray<IAccessibilityInputMethodSession> accessibilitySessions;
|
||||
|
||||
/**
|
||||
* The input channel used to send input events to this IME.
|
||||
|
||||
Reference in New Issue
Block a user