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

文件名称:SystemInfo

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

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

android system info source
(系统自动生成,下载前可以参看下载内容)

下载文件列表

SystemInfo/.classpath
SystemInfo/.project
SystemInfo/AndroidManifest.xml
SystemInfo/bin/SystemInfo.apk
SystemInfo/bin/classes.dex
SystemInfo/bin/org/sakuragi/SystemInfo/CamView.class
SystemInfo/bin/org/sakuragi/SystemInfo/EventListener$ECDT.class
SystemInfo/bin/org/sakuragi/SystemInfo/EventListener.class
SystemInfo/bin/org/sakuragi/SystemInfo/Main.class
SystemInfo/bin/org/sakuragi/SystemInfo/MyPositionOverlay.class
SystemInfo/bin/org/sakuragi/SystemInfo/R$attr.class
SystemInfo/bin/org/sakuragi/SystemInfo/R$drawable.class
SystemInfo/bin/org/sakuragi/SystemInfo/R$id.class
SystemInfo/bin/org/sakuragi/SystemInfo/R$layout.class
SystemInfo/bin/org/sakuragi/SystemInfo/R$string.class
SystemInfo/bin/org/sakuragi/SystemInfo/R.class
SystemInfo/bin/org/sakuragi/SystemInfo/accelerometersActivity.class
SystemInfo/bin/org/sakuragi/SystemInfo/batteryActivity$1.class
SystemInfo/bin/org/sakuragi/SystemInfo/batteryActivity$2.class
SystemInfo/bin/org/sakuragi/SystemInfo/batteryActivity$3.class
SystemInfo/bin/org/sakuragi/SystemInfo/batteryActivity$4.class
SystemInfo/bin/org/sakuragi/SystemInfo/batteryActivity$MyView.class
SystemInfo/bin/org/sakuragi/SystemInfo/batteryActivity.class
SystemInfo/bin/org/sakuragi/SystemInfo/bluetoothActivity$1.class
SystemInfo/bin/org/sakuragi/SystemInfo/bluetoothActivity.class
SystemInfo/bin/org/sakuragi/SystemInfo/cpu/CpuFile.class
SystemInfo/bin/org/sakuragi/SystemInfo/cpu/CpuMemActivity$DrawTask.class
SystemInfo/bin/org/sakuragi/SystemInfo/cpu/CpuMemActivity.class
SystemInfo/bin/org/sakuragi/SystemInfo/cpu/CpuMemCanvas.class
SystemInfo/bin/org/sakuragi/SystemInfo/cpu/CpuMemCanvasDrawer.class
SystemInfo/bin/org/sakuragi/SystemInfo/cpu/MemoryFile.class
SystemInfo/bin/org/sakuragi/SystemInfo/cpu/SysInfo.class
SystemInfo/bin/org/sakuragi/SystemInfo/gpsActivity$1.class
SystemInfo/bin/org/sakuragi/SystemInfo/gpsActivity.class
SystemInfo/bin/org/sakuragi/SystemInfo/mainCameraActivity.class
SystemInfo/bin/org/sakuragi/SystemInfo/microphoneActivity.class
SystemInfo/bin/org/sakuragi/SystemInfo/touchActivity$MyView.class
SystemInfo/bin/org/sakuragi/SystemInfo/touchActivity$Vertex.class
SystemInfo/bin/org/sakuragi/SystemInfo/touchActivity.class
SystemInfo/bin/org/sakuragi/SystemInfo/wifiActivity$WifiReceiver.class
SystemInfo/bin/org/sakuragi/SystemInfo/wifiActivity.class
SystemInfo/bin/resources.ap_
SystemInfo/default.properties
SystemInfo/gen/org/sakuragi/SystemInfo/R.java
SystemInfo/proguard.cfg
SystemInfo/res/drawable-hdpi/accelerometers.png
SystemInfo/res/drawable-hdpi/accelerometers_btn.xml
SystemInfo/res/drawable-hdpi/accelerometers_pressed.png
SystemInfo/res/drawable-hdpi/battery.png
SystemInfo/res/drawable-hdpi/battery_btn.xml
SystemInfo/res/drawable-hdpi/battery_pressed.png
SystemInfo/res/drawable-hdpi/bluetooth.png
SystemInfo/res/drawable-hdpi/bluetooth_btn.xml
SystemInfo/res/drawable-hdpi/bluetooth_pressed.png
SystemInfo/res/drawable-hdpi/cpu.png
SystemInfo/res/drawable-hdpi/cpu_btn.xml
SystemInfo/res/drawable-hdpi/cpu_pressed.png
SystemInfo/res/drawable-hdpi/gps.png
SystemInfo/res/drawable-hdpi/gps_btn.xml
SystemInfo/res/drawable-hdpi/gps_pressed.png
SystemInfo/res/drawable-hdpi/icon.png
SystemInfo/res/drawable-hdpi/level_meter.JPG
SystemInfo/res/drawable-hdpi/main_camera.png
SystemInfo/res/drawable-hdpi/main_camera_btn.xml
SystemInfo/res/drawable-hdpi/main_camera_pressed.png
SystemInfo/res/drawable-hdpi/microphone.png
SystemInfo/res/drawable-hdpi/microphone_btn.xml
SystemInfo/res/drawable-hdpi/microphone_pressed.png
SystemInfo/res/drawable-hdpi/touch.png
SystemInfo/res/drawable-hdpi/touch_btn.xml
SystemInfo/res/drawable-hdpi/touch_pressed.png
SystemInfo/res/drawable-hdpi/usim.png
SystemInfo/res/drawable-hdpi/usim_btn.xml
SystemInfo/res/drawable-hdpi/usim_pressed.png
SystemInfo/res/drawable-hdpi/voice_wave.JPG
SystemInfo/res/drawable-hdpi/wifi.png
SystemInfo/res/drawable-hdpi/wifi_btn.xml
SystemInfo/res/drawable-hdpi/wifi_pressed.png
SystemInfo/res/drawable-ldpi/icon.png
SystemInfo/res/drawable-mdpi/icon.png
SystemInfo/res/layout/accelerometers.xml
SystemInfo/res/layout/battery.xml
SystemInfo/res/layout/bluetooth.xml
SystemInfo/res/layout/bluetooth_device.xml
SystemInfo/res/layout/gps.xml
SystemInfo/res/layout/main.xml
SystemInfo/res/layout/main_camera.xml
SystemInfo/res/layout/microphone.xml
SystemInfo/res/layout/wifi.xml
SystemInfo/res/layout-land/gps.xml
SystemInfo/res/layout-land/main.xml
SystemInfo/res/values/strings.xml
SystemInfo/src/org/sakuragi/SystemInfo/CamView.java
SystemInfo/src/org/sakuragi/SystemInfo/EventListener.java
SystemInfo/src/org/sakuragi/SystemInfo/Main.java
SystemInfo/src/org/sakuragi/SystemInfo/MyPositionOverlay.java
SystemInfo/src/org/sakuragi/SystemInfo/accelerometersActivity.java
SystemInfo/src/org/sakuragi/SystemInfo/batteryActivity.java
SystemInfo/src/org/sakuragi/SystemInfo/bluetoothActivity.java
SystemInfo/src/org/sakuragi/SystemInfo/cpu/CpuFile.java
SystemInfo/src/org/sakuragi/SystemInfo/cpu/CpuMemActivity.java
SystemInfo/src/org/sakuragi/SystemInfo/cpu/CpuMemCanvas.java
SystemInfo/src/org/sakuragi/SystemInfo/cpu/CpuMemCanvasDrawer.java
SystemInfo/src/org/sakuragi/SystemInfo/cp

相关说明

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

相关评论

暂无评论内容.

发表评论

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