api-impl: add ATLKeyboardViewer to support launching IMEs

This commit is contained in:
Mis012
2025-03-28 19:51:23 +01:00
committed by Nikita Travkin
parent bb7eb461c8
commit ced19e6d25
18 changed files with 781 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
package android.view.inputmethod;
public interface InputMethodSession {
}