Andfix学习记录.docVIP

  • 17
  • 0
  • 约1.71万字
  • 约 17页
  • 2017-01-29 发布于湖北
  • 举报
Andfix学习记录

Andfix学习记录 How to Use(官方) Initialize PatchManager, `patchManager = new PatchManager(context); patchManager.init(appversion);//current version` Load patch, `patchManager.loadPatch();` You should load patch as early as possible, generally, in the initialization phase of your application(such as Application.onCreate()). Add patch, `patchManager.addPatch(path);//path of the patch file that was downloaded` When a new patch file has been downloaded, it will become effective immediately by addPatch 还有一点就是混淆需要注意 `-keep class * extends java.lang.annotation.Annotation -keepclasseswithmem

文档评论(0)

1亿VIP精品文档

相关文档