From b92d567d49c3183292e207831ef9a59ae2f78c74 Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Fri, 24 Jan 2020 17:41:23 -0800 Subject: [PATCH] [fenix] No issue: don't export OssLicense*Activity. (https://github.com/mozilla-mobile/fenix/pull/7909) afaik, these Activities are only intended to be shown internally and have no reason to be accessible to other apps on the system. --- app/src/main/AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index f515109387..d5cc9c927e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -192,9 +192,11 @@ android:exported="false" />