use Theme_DeviceDefault_Settings

This commit is contained in:
5ec1cff 2024-06-26 21:15:13 +08:00 committed by JingMatrix
parent c1119266e4
commit 201af3f165
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class ParasiticManagerSystemHooker implements HandleSystemServerProcessHo
// use a different process name
aInfo.processName = "org.lsposed.manager";
// choose a theme that has transition animation
aInfo.theme = android.R.style.Theme_Material_Light_NoActionBar;
aInfo.theme = android.R.style.Theme_DeviceDefault_Settings;
// remove some annoying flags
aInfo.flags = aInfo.flags & ~(ActivityInfo.FLAG_EXCLUDE_FROM_RECENTS | ActivityInfo.FLAG_FINISH_ON_CLOSE_SYSTEM_DIALOGS);
BridgeService.getService().preStartManager();