首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏全栈程序员必看

    Android telephony_android获取真实时间

    allCellInfo.toString(); for(CellInfo cellInfo : allCellInfo){ if(cellInfo instanceof CellInfoGsm ) { CellInfoGsm infoGsm = (CellInfoGsm) cellInfo; CellIdentityGsm cellIdentity

    99320编辑于 2022-09-27
  • 来自专栏老欧说安卓

    Android开发笔记(四十六)手机相关事件

    import android.telephony.CellInfo; import android.telephony.CellInfoCdma; import android.telephony.CellInfoGsm mStation = String.format("%s\n lte_pci=%d", mStation, cellLte.getPci()); } else if ((cell instanceof CellInfoGsm )) { mCellType = Utils.TYPE_GSM; CellIdentityGsm cellGsm = ((CellInfoGsm)cell).getCellIdentity

    2.5K30发布于 2019-01-18
  • 来自专栏爱打音游的大A

    某风控SDK逆向分析

    _1; int type; Class CellInfoCdma; Class CellInfoLte; Class CellInfoWcdma; Class CellInfoGsm = null) { try { CellInfoGsm = clsLoader.loadClass("android.telephony.CellInfoGsm CellInfoCdma = clsLoader.loadClass("android.telephony.CellInfoCdma"); boolean v7 = CellInfoGsm.isInstance null; if(type == 1) { try { mCellInfoGsm = CellInfoGsm.cast

    4.3K10编辑于 2023-02-14
领券