naturs
naturs
``` walle { apkOutputFolder = new File("${project.buildDir}/outputs/channels") def time = "${new Date().format('yyyyMMddHHmm')}" apkFileNameFormat = '${appName}-${channel}-v${versionName}-'+ "${time}.apk" channelFile = new File("${project.getProjectDir()}/channel") } ```
Same issue with frida-server-16.1.9-android-arm64 on android 14.
@wznshuai 3.1确实有这个问题,看过其他应用比如QQ、网易新闻也是一样没有效果,系统升级到4.0后正常。
@wznshuai 你可以试一下这个:`new StatusBarHelper(activity, StatusBarHelper.LEVEL_19_TRANSLUCENT, StatusBarHelper.LEVEL_21_VIEW)`,因为目前没有3.1的系统了,不太方便测试了。可以参考这个:[http://club.huawei.com/forum.php?mod=viewthread&tid=6020412](http://club.huawei.com/forum.php?mod=viewthread&tid=6020412)