mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 09:27:39 +00:00
Android: Added missing import statement.
It did not compile without.
This commit is contained in:
parent
82603b6058
commit
2a4855f9ee
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue