Android: Added missing import statement.
It did not compile without.
parent
82603b6058
commit
2a4855f9ee
|
@ -11,6 +11,7 @@ import java.lang.reflect.Method;
|
|||
|
||||
import android.app.*;
|
||||
import android.content.*;
|
||||
import android.text.InputType;
|
||||
import android.view.*;
|
||||
import android.view.inputmethod.BaseInputConnection;
|
||||
import android.view.inputmethod.EditorInfo;
|
||||
|
|
Loading…
Reference in New Issue