From fe105729ad0d1c2aa2b9b71659de63c93c06142f Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Fri, 24 Jan 2020 17:41:23 -0800 Subject: [PATCH] No issue: don't export OssLicense*Activity. (#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 f51510938..d5cc9c927 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -192,9 +192,11 @@ android:exported="false" />