简体   繁体   English

从我的android上安装的应用发送或接收了什么数据?

[英]what data is sent or received from apps installed on my android?

I am trying to build an android application which will display the user what data was sent from all apps and what data was received on all apps installed on the device. 我正在尝试构建一个Android应用程序,该应用程序将向用户显示从所有应用程序发送的数据以及在设备上安装的所有应用程序上接收的数据。

I have searched but nothing came which could give me a start. 我已经搜索过,但是没有任何事情可以使我开始。 Is there any encryption/decryption techniques used(Since i have no idea about the same). 有没有使用任何加密/解密技术(因为我不知道相同)。

It would be a privilege if i get to know where to start with this project. 如果我知道从哪里开始这个项目,那将是一种特权。

I think you are talking more about a background service running all the time, but that's really complicated if you don't have clear idea on how they works. 我认为您正在谈论一直在运行的后台服务,但是如果您对它们的工作方式不甚了解,那真的很复杂。

Start with this: http://developer.android.com/guide/components/services.html 从此开始: http : //developer.android.com/guide/components/services.html

暂无
暂无

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

相关问题 我怎么知道从Android设备上安装的所有应用发送或接收的数据是什么? - how can i know what data is being sent or received from all the apps installed on my android device? 通过Data API从移动设备发送的数据无法在Android Wear中接收? - Data sent through Data API from mobile not received in android wear? 接收到的Intent数据与Android中发送的Intent数据不同 - Received Intent data different from sent intent data in Android 从解析发送的通知已收到我计算机上的Android,但无法移动 - notification that was sent from parse received to Android on my computer but failed to Mobile 从Android应用发送的POST数据未被PHP文件接收 - POST data sent from android app not being received by PHP file Android通讯,发送的不是接收的 - Android communication, what is sent is not what is received Android:捕获从我的应用程序发送的数据? - Android: Capture data sent from my Application? 获取有关我的Android上已安装应用的信息 - Get information about installed apps on my Android 如何确保仅通过安装了我的应用程序的手机收到我的应用程序发送的短信 - how to make sure sms sent by my app is only received by a phone with my app installed 当我从对话框中选择浏览器甚至应用程序安装后,应用程序链接android没有打开我的应用程序 - Apps Link android is not opening to my app when i select browser from the dialog even app is installed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM