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 --- pocketmode/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pocketmode') diff --git a/pocketmode/AndroidManifest.xml b/pocketmode/AndroidManifest.xml index 90150ef..60f75ad 100644 --- a/pocketmode/AndroidManifest.xml +++ b/pocketmode/AndroidManifest.xml @@ -1,7 +1,7 @@