On Huawei P30 Pro/P30 Lite, there are a feature calls App Launch on this path below:
Settings > Battery > App launch
I would like to open this activity by using intent. I tried two component names below but it didn't work.
new Intent().setComponent(new ComponentName("com.huawei.systemmanager", "com.huawei.systemmanager.appcontrol.activity.StartupAppControlActivity")),
new Intent().setComponent(new ComponentName("com.huawei.systemmanager", "com.huawei.systemmanager.optimize.process.ProtectActivity"))