2025-11-26 16:47:15 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2025-12-05 20:48:22 +08:00
|
|
|
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:settingsActivity="com.example.myapplication.ImeGuideActivity">
|
|
|
|
|
|
2025-11-26 16:47:15 +08:00
|
|
|
<subtype
|
|
|
|
|
android:imeSubtypeMode="keyboard"
|
|
|
|
|
android:imeSubtypeLocale="en_US"
|
|
|
|
|
android:label="English" />
|
|
|
|
|
</input-method>
|