From 51b77fd1a0d8ab2d20e7f39bf096c95ce0feed56 Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Sat, 28 Jan 2023 14:18:54 +0100 Subject: [PATCH] fix(core): android native-api-usage fix --- packages/core/platforms/android/native-api-usage.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/platforms/android/native-api-usage.json b/packages/core/platforms/android/native-api-usage.json index af48cc0f7..d46f572c4 100644 --- a/packages/core/platforms/android/native-api-usage.json +++ b/packages/core/platforms/android/native-api-usage.json @@ -16,6 +16,7 @@ "android.app:AlertDialog", "android.app:AlertDialog.Builder", "android.app:Application", + "android.app:Application.ActivityLifecycleCallbacks", "android.app:Dialog", "android.content.pm:ActivityInfo", "android.content.pm:ApplicationInfo",