From efbbd4c46183290798d26a13d43d2651d70597c9 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 29 Jan 2022 18:27:21 +0100 Subject: [PATCH] MotoActions: Add an exported flag in manifest Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present Change-Id: I2ce2b2cd1dcd69e343ae8577587483b19d825fdc --- MotoActions/AndroidManifest.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/MotoActions/AndroidManifest.xml b/MotoActions/AndroidManifest.xml index 9dc63b4..6287e6a 100644 --- a/MotoActions/AndroidManifest.xml +++ b/MotoActions/AndroidManifest.xml @@ -18,14 +18,19 @@ android:label="@string/device_settings_app_name" android:persistent="true"> - + - + @@ -33,6 +38,7 @@ @@ -48,6 +54,7 @@ -- 2.20.1