诺虫的箱子

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  97 随笔 :: 4 文章 :: 4 评论 :: 56347 阅读
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

02 2019 档案

摘要:FileOutputStream fos = openFileOutput("",MODE_PRIVATE); fos.write("private".getBytes()); fos.close(); 阅读全文
posted @ 2019-02-26 18:01 诺虫的箱子 阅读(133) 评论(0) 推荐(0) 编辑

摘要://拨打电话号码已经封装好了并且已经暴露出来了 //Intent 意图 setAction 要去行动 Intent intent= new Intent(); intent.setAction(Intent.ACTION_CALL); intent.setData(Uri.parse("tel:"+number)... 阅读全文
posted @ 2019-02-24 11:53 诺虫的箱子 阅读(147) 评论(0) 推荐(0) 编辑

摘要:https://www.cnblogs.com/dongweiq/p/4866022.html SMS涉及的主要类SmsManager 实现SMS主要用到SmsManager类,该类继承自java.lang.Object类,下面我们介绍一下该类的主要成员。 公有方法: ArrayList<Strin 阅读全文
posted @ 2019-02-22 15:47 诺虫的箱子 阅读(646) 评论(0) 推荐(0) 编辑

摘要:https://www.cnblogs.com/yi-mi-yangguang/p/5854282.html 阅读全文
posted @ 2019-02-21 16:39 诺虫的箱子 阅读(509) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示