albb0920 / LunaTerm

A branch of rTerm which is an terminal application optimized for telnet based BBS on Android. 這是一個為了中文 Telnet BBS 打造的 Android 虛擬終端機應用程式。
GNU General Public License v3.0
56 stars 15 forks source link

Try another workround for IME unable to choose character. #20

Closed albb0920 closed 12 years ago

albb0920 commented 14 years ago

I'm thinking of using dalvik.system.PathClassLoader to load current IME apk (via tasklist to find out current ime). And start the IME by our self. After a little investigation I think this is too much trouble and the broken API may be fixed someday. So let's just use the easier workround by now and try this when we have time.