yongjiaming

Results 6 comments of yongjiaming

> 我在linux上运行,我更改了sdk跟ndk的目录,运行的时候报错 > [1834271026@login apk_auto_enforce]$ python jiagu.py ./12000102_1.0.7_22410029.apk > [+] Apktool decompiled Target.apk successfully! > [+] Target.apk has no self-defined Application! > [+] Find "String appClassName = ...", replace it...

线上crash

> 这是个bug吧,只要配置了AndroidPrinter就会一致打印。。。 你不调 Logger.d/e() 这些函数就不会打印呀

``` @Override public void run() { LogItem log; try { while ((log = logs.take()) != null) { doPrintln(log.timeMillis, log.level, log.tag, log.msg); } } catch (InterruptedException e) { e.printStackTrace(); synchronized (this)...

i find a awsome file, maybe you can use it instead. The url is [https://assets3.lottiefiles.com/private_files/lf30_e3pteeho.json](https://assets3.lottiefiles.com/private_files/lf30_e3pteeho.json),the preview website is [https://lottiefiles.com/106964-shake-a-empty-box?lang=zh_CN](https://lottiefiles.com/106964-shake-a-empty-box?lang=zh_CN)

https://github.com/yongjiaming/PermissionX/tree/huawei 可以参考一下我的 fork,支持 icon、标题、文案、横向/竖向显示 demo: https://github.com/yongjiaming/PermissionX/blob/huawei/app/src/main/java/com/permissionx/app/MainFragment.kt 使用方式: ``` .explainReasonWhenRequest() .onExplainRequestReasonWhenRequest { scope, deniedList -> permissionTipsView = PermissionTipsView.Builder([email protected]()).setTitle("温馨提示") .setIcon(R.drawable.ic_launcher_background) .setMessage("申请相机权限用于视频通话").setOrientation(true).build() permissionTipsView?.show() } ```