Add fake splash screen for launching apps by gestures

This commit is contained in:
MM20
2023-02-26 00:12:56 +01:00
parent c664f2e777
commit 608d73706a
8 changed files with 357 additions and 27 deletions
@@ -120,6 +120,9 @@ data class LauncherApp(
override fun launch(context: Context, options: Bundle?): Boolean {
val launcherApps = context.getSystemService<LauncherApps>()!!
if (isAtLeastApiLevel(31)) {
options?.putInt("android.activity.splashScreenStyle", 1)
}
try {
launcherApps.startMainActivity(
ComponentName(`package`, activity),