Android权限 [英] Android permissions

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

问题描述

有关开始我必须说,I'm新到Android。

For start I must say that I´m new to Android.

I'm一个MSC学生和我的MSC论文我已经开发出收集在触摸屏上的所有用户输入,而不管正在使用的应用程序的系统,并且它必须在后台进行。

I´m a Msc Student and for my Msc thesis I've to develop a system that collects all user inputs on the touchscreen, regardless of the applications that are being used, and it must be done in background.

我们的目标是使用这些数据来建立一个用户配置文件,然​​后应用一种算法,在不断的比较与旧的新的输入授予合法用户的身份验证。

The objective is to use that data to establish a user profile and then apply an algorithm that continuously compare the new inputs with that old ones to grant the legitimate user authentication.

在换句话说,我已经制定了touchlogger,但不适用于恶意目的。

In other words I've to develop a touchlogger, but not for malicious purposes.

我的问题是:是初始的权限,即用户接受在安装过程中,足以让我的应用程序收集来自其他应用程序的触摸输入,否则它将被阻止,因为沙箱

请注意:本系统是一个常规设备用于常规的人,所以生根设备必须不能是一种选择

Note: The system is to be used for a regular person in a regular device, so rooting the device must not be an option.

感谢您的帮助。

此致

推荐答案

这是不可能的,尤其是Android中的新版本。

This is not possible, especially in newer versions of Android.

这是因为,即使有制度覆盖允许你在任何其他应用中展示的东西像头聊天,你无法捕捉触摸事件,并将它们传递到下面的应用程序。所以,即使你设法捕获的事件,你最终会渲染设备没用,如无下方的临时滞留会工作。

This is because even though there are system overlays allow you to display things like chat heads over any other app, you cannot capture touch events and pass them down to the app below. So even if you manage to capture the events, you will end up rendering the device useless, as nothing below your layover will work.

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

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