Merge "[rvc-dev] explicitly set android:exported to false" into rvc-dev

This commit is contained in:
Songchun Fan
2020-05-19 15:58:05 +00:00
committed by Android (Google) Code Review

View File

@@ -5474,7 +5474,8 @@
android:permission="android.permission.BIND_JOB_SERVICE"> android:permission="android.permission.BIND_JOB_SERVICE">
</service> </service>
<service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader"> <service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader"
android:exported="false">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.LOAD_DATA" /> <action android:name="android.intent.action.LOAD_DATA" />
</intent-filter> </intent-filter>