android / input-samples

Multiple samples showing the best practices in input on Android.
Apache License 2.0
288 stars 265 forks source link

Fix FileProvider Authority String to comply with Manifest declaration #19

Open codingjeremy opened 4 years ago

codingjeremy commented 4 years ago

Issue by 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 ImageKeyboard line 97 every time the keyboard is used.


mvillegas13 included the following code: https://github.com/android/android-CommitContentSampleIME/pull/1/commits

codingjeremy commented 4 years ago

Comment by googlebot Thursday Oct 20, 2016 at 15:31 GMT


Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


codingjeremy commented 4 years ago

Comment by mvillegas13 Thursday Oct 20, 2016 at 17:57 GMT


CLA signed