CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:QQmsglook

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-04-16
  • 文件大小:
    480.89kb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

拉响Android手机QQ安全警报:聊天记录查看器的编写完整实例,附技术文档,说的很有深意,详细介绍了手机在获得ROOT权限后,使用QQ可能对用户隐私带来的极大的危害。从另一方面也说明了手机Root权限后,所带来的安全风险。程序首先运行到QQ相关的目录获取数据库,然后复制到自身目录下,通过Android提供的Sqlite操作类对数据进行解析,构造不同的页面并显示出来:

  首先分析下架构,程序需要显示出本地QQ的好友列表、群列表、QQ消息、群消息,可分页显示消息。因此需要以下的几个操作类:

  QQFriendService类负责QQ好友的操作,包括获取好友列表、好友QQ号、好友分组。

  QQTroopService类负责群的操作,包括获取群列表、群号、群的备注信息-Security alert sounded Android phone QQ: chat log viewer to write complete example, with technical documentation, that' s very profound meaning, detailing phone ROOT after obtaining permission to use QQ user privacy may bring great harm . On the other hand also shows that the phone Root permissions, brings security risks. QQ related program first runs to get the database directory, and then copied to the directory itself, Sqlite Android operating classes provided by the data analysis, constructed and displayed different pages: First analysis of the framework, the program needs to show the local QQ Friends list, group list, QQ message, group message, you can display a message paging. Requiring several operations following categories: QQFriendService class is responsible for the operation of QQ friends, including access to friends list, friends QQ, friends group. QQTroopService class is responsible for the group' s operations, including access to the group list, notes, information
(系统自动生成,下载前可以参看下载内容)

下载文件列表

拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/.classpath
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/.project
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/.settings/org.eclipse.jdt.core.prefs
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/AndroidManifest.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/DBHelper/DBHelper.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/DBHelper/IQQService.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/DBHelper/PageUtil.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/DBHelper/QQFriendService.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/DBHelper/QQMessageService.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/DBHelper/QQTroopService.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/DBFiles.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/MainActivity.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/QQFriend.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/QQFriendListActivity$1.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/QQFriendListActivity.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/QQMainListActivity.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/QQMsg.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/QQMsgActivity.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/QQTroopListActivity$1.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/QQTroopListActivity.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/QQTroup.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/R$attr.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/R$drawable.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/R$id.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/R$layout.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/R$string.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook/R.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/Utils/RootUtils.class
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes.dex
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/QQMsgLook.apk
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/res/drawable-hdpi/ic_launcher.png
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/res/drawable-ldpi/ic_launcher.png
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/res/drawable-mdpi/ic_launcher.png
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/resources.ap_
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/gen/com/feicong/qqmsglook/R.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/proguard.cfg
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/project.properties
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/drawable-hdpi/ic_launcher.png
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/drawable-ldpi/ic_launcher.png
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/drawable-mdpi/ic_launcher.png
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/layout/friend_list.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/layout/friend_list_layout.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/layout/main_layout.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/layout/main_list_layout.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/layout/msg.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/layout/msg_layout.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/layout/troop_list.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/layout/troop_list_layout.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/res/values/strings.xml
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/DBHelper/DBHelper.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/DBHelper/IQQService.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/DBHelper/PageUtil.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/DBHelper/QQFriendService.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/DBHelper/QQMessageService.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/DBHelper/QQTroopService.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/qqmsglook/DBFiles.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/qqmsglook/MainActivity.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/qqmsglook/QQFriend.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/qqmsglook/QQFriendListActivity.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/qqmsglook/QQMainListActivity.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/qqmsglook/QQMsg.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/qqmsglook/QQMsgActivity.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/qqmsglook/QQTroopListActivity.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/qqmsglook/QQTroup.java
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/Utils/RootUtils.java
拉响手机QQ安全警报:聊天记录查看器的编写/拉响手机QQ安全警报:聊天记录查看器的编写.doc
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/DBHelper
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/qqmsglook
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong/Utils
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/bin/classes/com/feicong
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/gen/com/feicong/qqmsglook
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/com/feicong/DBHelper
拉响手机QQ安全警报:聊天记录查看器的编写/QQMsgLook/src/c

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com