简体   繁体   English

在自定义的android软键盘中以编程方式禁用权限“此输入法可能能够收集您键入的所有文本。”

[英]Programmatically disable the permission “this input method may be able to collect all the text you type .” in customed android soft keyboard

I am developing a custom keyboard.I am following this Link to make this Keyboard 我正在开发自定义键盘。我正在按照此链接制作此键盘

https://code.tutsplus.com/tutorials/create-a-custom-keyboard-on-android--cms-22615 https://code.tutsplus.com/tutorials/create-a-custom-keyboard-on-android--cms-22615

As a beginner in android developing ,I have changed some design and add color in this keyboard.But when i try this in my android device and enable this keyboard , it takes appear a ATTENTION 作为android开发的初学者,我已经更改了一些设计并在此键盘中添加了颜色。但是当我在android设备中尝试此功能并启用此键盘时,它似乎会引起注意

This input method may be able to collect all the text that you type, including personal data like passwords and credit card numbers. 此输入法可能能够收集您键入的所有文本,包括密码和信用卡号之类的个人数据。 .... ....

As i am not taking any data from user , i want to disable this.I have disable all the permission in AndroidManifest.xml file .but it is not works, how can i disable this in programmatically and disable this permission ? 因为我没有从用户那里获取任何数据,所以我想禁用此功能。我已经禁用了AndroidManifest.xml文件中的所有权限。但是它不起作用,我如何以编程方式禁用它并禁用此权限?

Fortunately, that is not possible. 幸运的是,这是不可能的。 Otherwise, malware authors would simply disable this warning. 否则,恶意软件作者将仅禁用此警告。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM