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

文件名称:Android_GPS_SIM

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

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

GPS状态判断+SIM卡信息读取可以获取设备编号、软件版本、运营商代号、运营商名称、手机制式、设备位置等,不过在我的双卡机国产大山寨上就只能获取SIM卡1的信息。获取不到SIM卡2。第二个例子是一个判断当前GPS状态的例子,如果没有开启GPS会自动转跳到设置页面,源码有注释,几个例子都很简单,第三个和第四个例子分别是GPRS状态检测和WIFI状态检测,都是一句话的事,需要的朋友可以下载看一下。-GPS status judgment+ SIM card information reading can get the device number, software version, operation code, operation business name, mobile phone standard, equipment location, but in my dual card made large cottage can only obtain SIM card information of 1. Get the SIM card 2. The second example is a judgment of current GPS status example, if did not open the GPS automatically jump to the settings page, a source notes, several examples are very simple, the third and the fourth example are WiFi and GPRS status detection, is a word, need friends can download to look at.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

GPS状态判断/
GPS状态判断/gps/
GPS状态判断/gps/.classpath
GPS状态判断/gps/.project
GPS状态判断/gps/.settings/
GPS状态判断/gps/.settings/org.eclipse.jdt.core.prefs
GPS状态判断/gps/AndroidManifest.xml
GPS状态判断/gps/assets/
GPS状态判断/gps/bin/
GPS状态判断/gps/bin/AndroidManifest.xml
GPS状态判断/gps/bin/classes/
GPS状态判断/gps/bin/classes/com/
GPS状态判断/gps/bin/classes/com/example/
GPS状态判断/gps/bin/classes/com/example/gps/
GPS状态判断/gps/bin/classes/com/example/gps/BuildConfig.class
GPS状态判断/gps/bin/classes/com/example/gps/MainActivity.class
GPS状态判断/gps/bin/classes/com/example/gps/R$attr.class
GPS状态判断/gps/bin/classes/com/example/gps/R$dimen.class
GPS状态判断/gps/bin/classes/com/example/gps/R$drawable.class
GPS状态判断/gps/bin/classes/com/example/gps/R$id.class
GPS状态判断/gps/bin/classes/com/example/gps/R$layout.class
GPS状态判断/gps/bin/classes/com/example/gps/R$menu.class
GPS状态判断/gps/bin/classes/com/example/gps/R$string.class
GPS状态判断/gps/bin/classes/com/example/gps/R$style.class
GPS状态判断/gps/bin/classes/com/example/gps/R.class
GPS状态判断/gps/bin/classes.dex
GPS状态判断/gps/bin/dexedLibs/
GPS状态判断/gps/bin/gps.apk
GPS状态判断/gps/bin/res/
GPS状态判断/gps/bin/res/crunch/
GPS状态判断/gps/bin/res/crunch/drawable-hdpi/
GPS状态判断/gps/bin/res/crunch/drawable-hdpi/ic_launcher.png
GPS状态判断/gps/bin/res/crunch/drawable-mdpi/
GPS状态判断/gps/bin/res/crunch/drawable-mdpi/ic_launcher.png
GPS状态判断/gps/bin/res/crunch/drawable-xhdpi/
GPS状态判断/gps/bin/res/crunch/drawable-xhdpi/ic_launcher.png
GPS状态判断/gps/bin/res/crunch/drawable-xxhdpi/
GPS状态判断/gps/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
GPS状态判断/gps/bin/resources.ap_
GPS状态判断/gps/gen/
GPS状态判断/gps/gen/com/
GPS状态判断/gps/gen/com/example/
GPS状态判断/gps/gen/com/example/gps/
GPS状态判断/gps/gen/com/example/gps/BuildConfig.java
GPS状态判断/gps/gen/com/example/gps/R.java
GPS状态判断/gps/ic_launcher-web.png
GPS状态判断/gps/proguard-project.txt
GPS状态判断/gps/project.properties
GPS状态判断/gps/res/
GPS状态判断/gps/res/drawable-hdpi/
GPS状态判断/gps/res/drawable-hdpi/ic_launcher.png
GPS状态判断/gps/res/drawable-ldpi/
GPS状态判断/gps/res/drawable-mdpi/
GPS状态判断/gps/res/drawable-mdpi/ic_launcher.png
GPS状态判断/gps/res/drawable-xhdpi/
GPS状态判断/gps/res/drawable-xhdpi/ic_launcher.png
GPS状态判断/gps/res/drawable-xxhdpi/
GPS状态判断/gps/res/drawable-xxhdpi/ic_launcher.png
GPS状态判断/gps/res/layout/
GPS状态判断/gps/res/layout/activity_main.xml
GPS状态判断/gps/res/menu/
GPS状态判断/gps/res/menu/main.xml
GPS状态判断/gps/res/values/
GPS状态判断/gps/res/values/dimens.xml
GPS状态判断/gps/res/values/strings.xml
GPS状态判断/gps/res/values/styles.xml
GPS状态判断/gps/res/values-sw600dp/
GPS状态判断/gps/res/values-sw600dp/dimens.xml
GPS状态判断/gps/res/values-sw720dp-land/
GPS状态判断/gps/res/values-sw720dp-land/dimens.xml
GPS状态判断/gps/res/values-v11/
GPS状态判断/gps/res/values-v11/styles.xml
GPS状态判断/gps/res/values-v14/
GPS状态判断/gps/res/values-v14/styles.xml
GPS状态判断/gps/src/
GPS状态判断/gps/src/com/
GPS状态判断/gps/src/com/example/
GPS状态判断/gps/src/com/example/gps/
GPS状态判断/gps/src/com/example/gps/MainActivity.java
SIM卡信息/
SIM卡信息/ScreenOrientation/
SIM卡信息/ScreenOrientation/.classpath
SIM卡信息/ScreenOrientation/.project
SIM卡信息/ScreenOrientation/.settings/
SIM卡信息/ScreenOrientation/.settings/org.eclipse.jdt.core.prefs
SIM卡信息/ScreenOrientation/AndroidManifest.xml
SIM卡信息/ScreenOrientation/assets/
SIM卡信息/ScreenOrientation/bin/
SIM卡信息/ScreenOrientation/bin/AndroidManifest.xml
SIM卡信息/ScreenOrientation/bin/classes/
SIM卡信息/ScreenOrientation/bin/classes/com/
SIM卡信息/ScreenOrientation/bin/classes/com/example/
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/BuildConfig.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/MainActivity.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R$array.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R$attr.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R$dimen.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R$drawable.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R$id.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R$layout.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R$menu.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R$string.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R$style.class
SIM卡信息/ScreenOrientation/bin/classes/com/example/screenorientation/R.class
SIM卡信息/ScreenOrientation/bin/classes.dex
SIM卡信息/ScreenOrientation/bin/dexedLibs/
SIM卡信息/ScreenOrientation/bin/res/
SIM卡信息/ScreenOrientation/bin/res/crunch/
SIM卡信息/ScreenOrientation/bin/res/crunch/drawable-hdpi/
SIM卡信息/ScreenOrientation/bin/res/crunch/drawable-hdpi/ic_launcher.png
SIM卡信息/ScreenOrientation/bin/res/crunch/drawable-mdpi/
SIM卡信息/ScreenOrientation/bin/res/crunch/drawable-mdpi/ic_launcher.png
SIM卡信息/ScreenOrientation/bin/res/crunch/drawable-xhdpi/
SIM卡信息/ScreenOrientation/bin/res/crunch/drawable-xhdpi/ic_launcher.png
SIM卡信息/ScreenOrientation/bin/res/crunch/drawable-xxhdpi/
SIM卡信息/ScreenOrientation/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
SIM卡信息/ScreenOrientation/bin/resources.ap_
SIM卡信息/ScreenOrientat

相关说明

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

相关评论

暂无评论内容.

发表评论

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