[master] explicitly set android:exported to false
Test: atest PackageManagerShellCommandIncrementalTest BUG: 156898751 Change-Id: Ic65980466f9ff9b66556e5893e5d11f10d4779a4
This commit is contained in:
@@ -5495,7 +5495,7 @@
|
||||
</service>
|
||||
|
||||
<service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader"
|
||||
android:exported="true">
|
||||
android:exported="false">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.LOAD_DATA" />
|
||||
</intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user