From a6eaffdcda037bba0505ddb1ed58459a8a039677 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 17 Dec 2020 17:55:29 +0000 Subject: msm8996-common: Init ConfigPanel and PocketMode as soon as possible It was recently noticed that waiting for BOOT_COMPLETED intent action is not enough to make sure that stuff is properly initialized before the user opens additional buttons settings. Address such issue by registering to INITIALIZE_LINEAGE_HARDWARE intent action as well, but keep listening to BOOT_COMPLETED action just in case the SDK is not present or not brought up. Change-Id: I55719348b1451d8817b202d343bd2fa3c0b346c1 --- configpanel/AndroidManifest.xml | 4 +++- pocketmode/AndroidManifest.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/configpanel/AndroidManifest.xml b/configpanel/AndroidManifest.xml index 2ed9338..a681732 100644 --- a/configpanel/AndroidManifest.xml +++ b/configpanel/AndroidManifest.xml @@ -1,7 +1,7 @@