From dad812a60720cfd53c0d455f21da1f61f4f20150 Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 6 Jun 2025 08:50:37 -0500 Subject: [PATCH] chore(android): remove dupe boot permission (#9451) Not sure how I didn't see this before, but `RECEIVE_BOOT_COMPLETED` is duplicated and newer versions of Android Studio complain about this. --- kotlin/android/app/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/kotlin/android/app/src/main/AndroidManifest.xml b/kotlin/android/app/src/main/AndroidManifest.xml index 95557eb7d..3296b7aa4 100644 --- a/kotlin/android/app/src/main/AndroidManifest.xml +++ b/kotlin/android/app/src/main/AndroidManifest.xml @@ -10,7 +10,6 @@ -