资料详情

基于Android平台的手机安全卫士设计与实现全套(任务书+开题+综述+翻译+论文+答辩+源码+说明)

头像

android

编号:3462

摘  要

随着智能机的诞生,手机终端的上网功能越来越普及,人们也逐渐离不开智能机和3G业务。但是,与此同时网络安全事件也随之走向手机终端,各种网银骗局、软件骗局、中毒事件等等都开始日益影响手机用户的正常生活,手机终端的安全问题与电脑客户端发生的安全问题相比是有过之而无不及的,从而手机安全问题成为了业界人士和手机用户者最为担心的问题。因此,开发一款手机平台的安全卫士应用尤为必要。

本系统是一款基于Android平台的手机安全卫士。主要的功能模块有手机防盗、通讯卫士、软件管理、进程管理、隐私保护、手机杀毒、系统优化、归属地显示功能模块。

关键词:程序锁;手机防盗;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 手机防盗功能需求分析与设计 8

3.2 通讯卫士功能需求分析与设计 9

3.3 软件管理功能需求分析与设计 10

3.4 进程管理功能需求分析与设计 10

3.5 程序锁功能需求分析与设计 10

3.6 手机杀毒功能需求分析与设计 11

3.7 系统优化功能需求分析与设计 12

3.8 自动升级功能需求分析与设计 12

第4章 手机安全卫士详细设计与实现 13

4.1 欢迎界面实现 13

4.1.1 检查升级功能实现 14

4.1.2 升级对话框显示功能实现 14

4.2 应用程序主界面实现 14

4.3 程序锁实现 16

4.4 手机防盗实现 18

4.5 手机杀毒实现 19

4.6 系统优化实现 21

4.7 通讯卫士实现 21

4.8 软件管理实现 23

4.9 高级工具实现 23

4.10 系统设置实现 25

第5章 结论与展望 27

5.1 结论 27

5.2 进一步工作的方向 27

参考文献 28

致  谢 29