登录
首页 » Android » android系统电话、短信监听

android系统电话、短信监听

于 2022-08-11 发布 文件大小:2.70 kB
0 38
下载积分: 2 下载次数: 1

代码说明:

资源描述Android系统中,监听电话的状态,获取通话内容,监听短信数据库,获取接受、发送的短信

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 换肤框架源码
    支持在线换肤,按照指定的格式进行生成皮肤包即可,包括对于代码中的图片及样式的调整,整个app的色调也可以更换
    2023-01-26 04:55:16下载
    积分:1
  • android 蓝牙4.0 BLE例子源码下载
    android 蓝牙4.0 BLE例子源码下载
    2014-08-27下载
    积分:1
  • android无线点餐系统
    手机端的android操作系统平台上,集成有开台,换台,点菜,删菜,退菜等功能桌位预定、桌位转台、菜品信息管理、打印机管理、菜系管理、流水汇总、开台结台、结账、呼叫、会员管理等功能。 系统特点: 1、综合应用成本低于传统菜谱:传统菜谱制作 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-03-23 10:59:08下载
    积分:1
  • 模拟实现Android中的图片左右滚屏(滑动)功能
    Android 图片走马灯,模拟实现Android中的图片左右滚屏(滑动)功能 ,安卓图片滚动特效,左右滚动,或手轻触左右滑动图片,相信这个功能对大家已经不陌生了,这个例子用简单的方法实现这一图片滚动,适合安卓初级学者参考。
    2022-03-24 05:33:48下载
    积分:1
  • Android compass
    一个eclipse小程序,基于安卓平台的指南针。
    2022-08-10 00:31:19下载
    积分:1
  • 爱奇艺见面ui源码
    爱奇艺见面ui源码啊啊啊啊啊啊啊啊 啊啊 啊啊啊啊啊啊 啊啊啊啊啊 啊啊啊啊啊啊啊啊啊啊啊 啊啊啊啊啊啊啊啊啊啊 啊啊啊啊啊啊啊啊 啊啊啊啊啊啊啊啊 啊啊啊 a
    2022-03-20 14:14:24下载
    积分:1
  • 线性代数应该这样学(Linar Algebra Done Right).pdf
    线性代数应该这样学(Linar Algebra Done Right).pdf
    2020-04-15下载
    积分:1
  • SaveQQ
    说明:  一个完整的Android项目,首先进入界面输入账户密码进行登陆,若登陆账号没注册过则先进行保存,并提示保存成功否则提示登陆成功。(A complete Android project, first enter the interface to enter the account password for login, if the login account has not been registered, save it first, and prompt the successful save or prompt the successful login.)
    2019-04-30 15:17:16下载
    积分:1
  • AndroidCircularSeekBar
    安卓圆形的SeekBar, 带进度指示圆点(Andrews round SeekBar)
    2013-10-10 17:27:22下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • 696524资源总数
  • 103827会员总数
  • 23今日下载