input-samples
input-samples copied to clipboard
Multiple samples showing the best practices in input on Android.
1. It is not working when I am testing the sample app with Google Autofill services, It says it does not support 2.Edittext is not editable and can't save the...
**Issue by [mvillegas13](https://github.com/mvillegas13)** _Thursday Oct 20, 2016 at 15:31 GMT_ _Originally opened as https://github.com/android/android-CommitContentSampleIME/pull/1_ ---- Discrepancy between Manifest and ImageKeyboard file provider Authority string creates a null pointer exception in...
The keyboard wont work because the FileProvider authority in the java file doesn't match the AndroidManifest.xml. From AndroidManifest: android:authorities="com.example.android.commitcontent.ime.inputcontent" From ImageKeyboard.java: private static final String AUTHORITY = "com.example.android.supportv13.sampleime.inputcontent";
I use emulator which api is 25 to run this sample,when select "insert GIF",the sample crashed. the error StackTrace: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a...
When, I install it to android 4x, I can see CommitContentSampleIME and choise it as default input method When I install this keyboar on devices which run android 5+, CommitContentSampleIME...
When I install the activity and try to test it out, it errors out. I have tried to debug 3-4 times. 
I tried it in FB Messenger and I found that the judgement is acceptable but the doCommit is wrong. So the FB could not receive the photo I shared.
When I add the keyboard and switch it to use on SMS mode on Android 6 API 23 does not commit content. Hence dont see the image getting posted on...
Hi, I'm developing a custom keyboard that have to send images to Messenger and Whatsapp conversasions. So, I called the function isCommitContentSupported(...,MIME_TYPE_PNG) on Whatsapp and returned false, and a called...
image is not uploading into the messanger. It is uploading into hangouts. PLease help me to resolve this issue.