文件名称:xiangmuyuanmafasongji
介绍说明--下载内容均来自于网络,请自行研究使用
注意:本项目基于android studio开发,eclipse可能无法直接导入。
demo功能:
1、可以发送短信并且加密(通过改变string中的char)
2、能够查看手机中的短信
3、能够给收到的加密短信解密。
涉及到的知识点:
1、intent bundle传递
2、ContentResolver获取手机短信
3、listveiw与simpleAdapter
4、发送短信以及为发送短信设置要监听的广播-Note: this project is based on studio Android development, eclipse may not be able to directly import.
Demo function:
1, you can send text messages and encryption (by changing the char in the string)
2, to view the phone text messages
3, to be able to decrypt the encrypted message received.
Point of knowledge:
1, bundle intent transfer
2, ContentResolver access to mobile phone text messages
3, listveiw and simpleAdapter
4, send text messages, as well as to send SMS settings to listen to the radio
demo功能:
1、可以发送短信并且加密(通过改变string中的char)
2、能够查看手机中的短信
3、能够给收到的加密短信解密。
涉及到的知识点:
1、intent bundle传递
2、ContentResolver获取手机短信
3、listveiw与simpleAdapter
4、发送短信以及为发送短信设置要监听的广播-Note: this project is based on studio Android development, eclipse may not be able to directly import.
Demo function:
1, you can send text messages and encryption (by changing the char in the string)
2, to view the phone text messages
3, to be able to decrypt the encrypted message received.
Point of knowledge:
1, bundle intent transfer
2, ContentResolver access to mobile phone text messages
3, listveiw and simpleAdapter
4, send text messages, as well as to send SMS settings to listen to the radio
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Android项目源码发送加密短信解密本地短信
.......................................\MessageEncrypt
.......................................\..............\.gitignore
.......................................\..............\.gradle
.......................................\..............\.......\2.4
.......................................\..............\.......\...\taskArtifacts
.......................................\..............\.......\...\.............\cache.properties
.......................................\..............\.......\...\.............\cache.properties.lock
.......................................\..............\.......\...\.............\fileHashes.bin
.......................................\..............\.......\...\.............\fileSnapshots.bin
.......................................\..............\.......\...\.............\outputFileStates.bin
.......................................\..............\.......\...\.............\taskArtifacts.bin
.......................................\..............\.idea
.......................................\..............\.....\.name
.......................................\..............\.....\compiler.xml
.......................................\..............\.....\copyright
.......................................\..............\.....\.........\profiles_settings.xml
.......................................\..............\.....\encodings.xml
.......................................\..............\.....\gradle.xml
.......................................\..............\.....\libraries
.......................................\..............\.....\.........\appcompat_v7_22_2_1.xml
.......................................\..............\.....\.........\support_annotations_22_2_1.xml
.......................................\..............\.....\.........\support_v4_22_2_1.xml
.......................................\..............\.....\misc.xml
.......................................\..............\.....\modules.xml
.......................................\..............\.....\runConfigurations.xml
.......................................\..............\.....\vcs.xml
.......................................\..............\.....\workspace.xml
.......................................\..............\app
.......................................\..............\...\.gitignore
.......................................\..............\...\app.iml
.......................................\..............\...\build
.......................................\..............\...\build.gradle
.......................................\..............\...\libs
.......................................\..............\...\proguard-rules.pro
.......................................\..............\...\src
.......................................\..............\...\...\androidTest
.......................................\..............\...\...\...........\java
.......................................\..............\...\...\...........\....\com
.......................................\..............\...\...\...........\....\...\example
.......................................\..............\...\...\...........\....\...\.......\messageencrypt
.......................................\..............\...\...\...........\....\...\.......\..............\ApplicationTest.java
.......................................\..............\...\...\main
.......................................\..............\...\...\....\AndroidManifest.xml
.......................................\..............\...\...\....\java
.......................................\..............\...\...\....\....\com
.......................................\..............\...\...\....\....\...\example
.......................................\..............\...\...\....\....\...\.......\messageencrypt
.......................................\..............\...\...\....\....\...\.......\..............\MainActivity.java
.......................................\..............\...\...\....\....\...\.......\..............\ReceiveActivity.java
.......................................\.....