From 79085dafd4431ea4e0b29ea1bc0fe81807d65629 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Wed, 18 Oct 2023 11:51:54 -0700 Subject: [PATCH] Fixing main process initialization code Content Provider is no longer the 1st entry point for an app. Moving it to a custom application class instead Bug: 301442482 Test: Verified that the startup code gets called Flag: N/A Change-Id: Ibedcc7bfb0294acd9252e1d6a2a1294df32524e9 --- AndroidManifest-common.xml | 1 + .../launcher3/LauncherApplication.java | 30 +++++++++++++++++++ .../android/launcher3/LauncherProvider.java | 10 ------- 3 files changed, 31 insertions(+), 10 deletions(-) create mode 100644 src/com/android/launcher3/LauncherApplication.java diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml index 14605d8053..7e824ec15c 100644 --- a/AndroidManifest-common.xml +++ b/AndroidManifest-common.xml @@ -67,6 +67,7 @@