1

I would like to remove the "settings" and the "paste" keys in the keyboard (EditText). How can I achieve this?

Thanks in advance!

enter image description here

EDIT:

About possible duplicate with this thread: How to disable copy/paste from/to EditText, my question is a bit different. I am not trying to find a way to cancel the paste function in any keyboard the user may choose. In my context, the app is in kiosk mode, so user has not the privileges to change anything. And that exactly why I do not want him being able to change any keyboard config using that "setting" key in the android default keyboard...

Community
  • 1
  • 1
Asterius
  • 2,180
  • 2
  • 19
  • 27
  • Possible duplicate of [How to disable copy/paste from/to EditText](http://stackoverflow.com/questions/6275299/how-to-disable-copy-paste-from-to-edittext) – Tristan Nov 23 '15 at 16:28
  • My concern is more about removing keys on the default keyboard, not for all of them. I updated my question in that way – Asterius Nov 23 '15 at 20:03
  • 1
    Install some IME that does not have those keys. Write one yourself if need be. You have no means, through the SDK, of preventing an IME from having those keys. – CommonsWare Nov 23 '15 at 21:14

0 Answers0