Merge "Change MonitoringCertInfoActivity exported flag to be false."
This commit is contained in:
committed by
Android (Google) Code Review
commit
e397be9f9e
@@ -1941,7 +1941,7 @@
|
|||||||
<activity android:name="MonitoringCertInfoActivity"
|
<activity android:name="MonitoringCertInfoActivity"
|
||||||
android:label=""
|
android:label=""
|
||||||
android:theme="@style/Transparent"
|
android:theme="@style/Transparent"
|
||||||
android:exported="true"
|
android:exported="false"
|
||||||
android:excludeFromRecents="true">
|
android:excludeFromRecents="true">
|
||||||
<intent-filter android:priority="1">
|
<intent-filter android:priority="1">
|
||||||
<action android:name="com.android.settings.MONITORING_CERT_INFO" />
|
<action android:name="com.android.settings.MONITORING_CERT_INFO" />
|
||||||
|
Reference in New Issue
Block a user