基于安卓平台的手机安全卫士的设计与实现【全套源程序】.doc
文本预览下载声明
毕 业 设 计
中文题目 基于Android平台的手机安全卫士的设 计与实现 英文题目 Design and Implementation of the Mobile Security Guards Based on AndroidPlatform
院 系: 计算机与信息工程学院 年级专业: 10级信息技术外包 姓 名: 学 号: 指导教师: 职 称: 讲师
2014年5月
毕业设计(论文)诚信声明书
本人郑重声明:在毕业设计(论文)工作中严格遵守学校有关规定,恪守学术规范;我所提交的毕业设计(论文)是本人在 指导教师的指导下独立研究、撰写的成果,设计(论文)中所引用他人的文字、研究成果,均已在设计(论文)中加以说明;在本人的毕业设计(论文)中未剽窃他人的学术观点、思想和果
本设计(论文)和资料若有不实之处,本人愿承担一切相关责任。
学生签名:
年 月 日摘 要
随着智能机的诞生,手机终端的上网功能越来越普及,人们也逐渐离不开智能机和3G业务。但是,与此同时网络安全事件也随之走向手机终端,各种网银骗局、软件骗局、中毒事件等等都开始日益影响手机用户的正常生活,手机终端的安全问题因此,开发一款手机平台的安全卫士尤为系统是一款基于Android平台的手机安全卫士的模块有防盗、通讯卫士、软件管理、进程管理、隐私保护、手机杀毒、系统优化归属地显示功能模块ABSTRACT
With the advent of intelligent machines, Internet-enabled handsets is becoming increasingly popular, Intelligent machines and 3G services play important role in our daily life. However, network security event also will come out, such as,various online banking scam, software scam, poisoning, etc.they are beginning to increasingly affect the normal life of mobile phone users. the disadvantage of computer security issues occurring outweigh PC security problems,therefore, mobile security issue became most the worried problem for the industry and mobile phone users. Hence, developing Security guards of a mobile phone application is particularly necessary.
This system is a Mobile Security Guards based on Android platform. The main function modules are mobile security, communications guards, software management, process management, privacy protection, mobile antivirus, system optimization and attribution display .
Key Words: Program Lock; Phone Theft; Android
目 录
第1章 引言 1
1.1 研究背景及意义 1
1.2 安全软件的现状 1
1.3 本文主要工作 2
1.4 本文的组织结构 2
第2章 Android的相关技术介绍及分析 3
2.1 搭建Android开发环境 3
2.1.1 搭建Ubuntu系统下Java开发环境 3
2.1.2 搭建Ubuntu系统下Android开发环境 3
2.2 Android项目目录结构 4
2.3 Activity 5
2.3.1 Activity生命周期方法 5
2.3.2 与其他应用程序交互 5
2.4 BroadcastReceiver 6
2.4.1 广播接收者的分类 6
2.4.2 注册广播接收者的两种方式 6
2.5 Service 7
2.5.1 什么是服务 7
2.5.2 本地服务 7
2.5.3 远程服务 7
第3章 手机安全卫士分析与设计 8
3.1 手
显示全部