Merge "[rvc-dev] explicitly set android:exported to false" into rvc-dev
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