FBlackBox / BlackBox

BlackBox is a virtual engine, it can clone and run virtual application on Android, users don't have to install APK file to run the application on devices. BlackBox control all virtual applications, so you can do anything you want by using BlackBox.
2.25k stars 626 forks source link

[BUG] #125

Open haibara-brownie opened 2 years ago

haibara-brownie commented 2 years ago

魅族17手机在64位版本的软件中打开软件,授权后,在添加各类软件时均出现无限弹窗要求通知权限,无论是给予还是拒绝均会继续弹出,任何软件都会这样,只要打开,就会无限弹窗要求通知权限

手机型号:魅族17 系统版本:Flyme9 Android11

User404User commented 2 years ago

这个我修复了 INotificationManagerProxy 类新增

@Override protected void onBindMethod() { super.onBindMethod(); if (BuildCompat.isFlyme()){ addMethodHook(new ValueMethodProxy("hasPackageBeenManaged", true)); } }