如何将图像提交到应用程序android

时间:2014-07-11 08:24:04

标签: android android-input-method

我想在我的android应用程序中将图像(如表情符号)从键盘提交到其他应用程序(如在Facebook中)。我知道要提交文本,我们使用InputConnection类的commitText()方法,如下所示:

InputConnection ic = getCurrentInputConnection();
ic.commitText("Some String Value", 1);

有人可以告诉我如何以同样的方式提交图像吗?

0 个答案:

没有答案