分类: [Android]

android按home键lancher重启

前一段时间做lancher升级,自己修改了一下packageinstaller.apk这个应用安装程序,整个过程都比较顺利,能正常检测更新,能正常正常下载,能正常安装,可最后在使用时才发现,只要经过升级的lancher,每次点击home,lancher都会重启。最后分析得知:

假设在没有运行任[……]

Read more

DetailedState和SupplicantState

android2.2版本的wifi中DetailedState和SupplicantState的对应关系 具体在framework/base/wifi/java/android/net/wifi/WifiInfo.java 1234567891011121314151617181920 /**     * This is the map described in the Javadoc comment above. The positions     * of the elements of the array must correspond to the ordinal values     * of <code>DetailedState</code> ......