如何阻止Android的键盘 [英] How to block keyboard for android

查看:116
本文介绍了如何阻止Android的键盘的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我需要开发一个Android应用程序,这样当它是活动时它会阻止Android键盘。因此,用户无法通过发送短信或聊天来提供任何输入。

是否可以像这样阻止键盘。如何实现它。请帮我。另外我需要知道是否可以阻止特定应用程序打开。

Hi,
I need to develop an android app such that when it is activity it will block the android keyboard. so that the user cannot able to provide any inputs there by prevent them from sending text messages or chatting.
Is it possible to block the keyboard like that. how to implement it. Please Help me. Also I need to know is it possible to block a particular app from opening.

推荐答案

单击EditText时会显示键盘。所以你只需要禁用键盘:

Keyboard shows when you click EditText. So you just need to disable the keyboard:
EditText.setInputType(InputType.TYPE_NULL)


这篇关于如何阻止Android的键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆