maiacore android keyboard app or something
 
 
 
 
Go to file
Yohei Yukawa fdfc55d3db Introduce a custom intent action to close software keyboard
This CL introduces a custom intent action for apps to ask AOSP Keyboard to
close its software keyboard with guarding it with a signature-protected
permission.

Any app that is signed with the same signature as AOSP Keyboard can have
the following line in AndroidManifest.xml

  <uses-permission
          android:name="com.android.inputmethod.latin.HIDE_SOFT_INPUT"/>

to request AOSP Keyboard to close its software keyboard as follows.

  sendBroadcast(new Intent("com.android.inputmethod.latin.HIDE_SOFT_INPUT")
          .setPackage("com.android.inputmethod.latin"));

Test: Manually verified with a test app.
Fixes: 65270710
Change-Id: I4fd2e3a7336ec66c70582a2f274a200cbf035a7f
2017-09-01 00:22:21 -07:00
common Remove android.util.Log from FileUtils 2015-07-09 11:50:10 -07:00
dictionaries Update dictionaries (possibly_offensive flag) 2014-10-31 14:49:24 +09:00
java Introduce a custom intent action to close software keyboard 2017-09-01 00:22:21 -07:00
java-overridable/src/com/android/inputmethod LatinIME portion of StatsUtil change. 2015-06-23 13:06:06 -07:00
native Rely on the platform -std default. 2016-10-07 15:41:05 -07:00
tests Fix dependencies of packages that target earlier releases 2017-06-13 16:13:10 +01:00
tools Rename language+country resources to just language 2017-01-10 20:25:51 -08:00
Android.mk Add latinime-common local lib 2014-10-22 19:26:21 +09:00
CleanSpec.mk Add a clean step for LatinIME native lib. 2014-03-21 10:46:24 +09:00