遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

09 2015 档案

android apk签名原理
摘要://这个md5跟腾讯的对应 public Signature getPackageSignature( ){ Context context=getContext(); String packageName="com.jtys114.ddl"; ... 阅读全文

posted @ 2015-09-08 15:38 遗忘海岸 阅读(574) 评论(0) 推荐(0)

phonegap android插件,启动activity并返回值
摘要:Your execute menthod is not quite right. When you do: return new PluginResult(PluginResult.Status.OK,resultFunction);that effectively returns nothi... 阅读全文

posted @ 2015-09-05 08:10 遗忘海岸 阅读(459) 评论(0) 推荐(0)