android: Support Unity text input dialog

This commit is contained in:
Nikita Travkin
2024-05-19 12:52:47 +05:00
parent c4af0d1ed4
commit e1f79dc3a9
3 changed files with 26 additions and 0 deletions

View File

@@ -101,4 +101,9 @@ public class Window {
public void setFormat(int format) {}
public void setLayout(int dummy, int dummy2) {}
public WindowManager getWindowManager() {
return new WindowManagerImpl();
}
}