From 0578aec6f6ca8d0e9e6afb07fa7a2c7cd29403d9 Mon Sep 17 00:00:00 2001 From: David Liu Date: Tue, 2 May 2023 17:28:18 +0000 Subject: [PATCH] Change MonitoringCertInfoActivity exported flag to be false. MonitoringCertInfoActivity can be launched by intent action "com.android.settings.MONITORING_CERT_INFO" and currently only framework use it to show the certification info message. Set it to NOT exported to avoid other apps spoof certificate installed message. Bug: 233736169 Test: Manual test. Existing unit tests pass. Change-Id: Id20e7bc8e88efa831b125a182b02eefacfaf875f --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6fe6832b76a..8b515ef449b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1941,7 +1941,7 @@