Merge "[rvc-dev] explicitly set android:exported to false" into rvc-dev am: a543dfde92
Change-Id: I45d6a10f55ace8996d1f6fa2b943bfe5f182dfd3
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user