am 732f2798: Merge "Add toString() method to Keyboard" into jb-mr1-dev
* commit '732f27984e3e9c98748aee4726dc9eaed7a14776': Add toString() method to Keyboardmain
commit
debc7ffd69
|
@ -219,6 +219,11 @@ public class Keyboard {
|
|||
return code >= CODE_SPACE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return mId.toString();
|
||||
}
|
||||
|
||||
public static class Params {
|
||||
public KeyboardId mId;
|
||||
public int mThemeId;
|
||||
|
|
Loading…
Reference in New Issue