From 66ee722a91384a3ca0583e566df9e22592871ee6 Mon Sep 17 00:00:00 2001 From: andrekir Date: Sat, 19 Aug 2023 07:50:36 -0300 Subject: [PATCH] fix: ATAK plugins bindService failure on Android 13+ Since ATAK removed the [QUERY_ALL_PACKAGES permission](https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV/blob/4.6.0.5/atak/ATAK/app/src/main/AndroidManifest.xml#L156-L158) binding services for ATAK plugins running Android 13+ require the 'com.atakmap.app.component' activity with intent-filter added to the manifest. --- app/src/main/AndroidManifest.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 1082d0eb..c8a4a743 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -196,6 +196,16 @@ + + + + + + +