Loading core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -5474,7 +5474,8 @@ android:permission="android.permission.BIND_JOB_SERVICE"> </service> <service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader"> <service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader" android:exported="false"> <intent-filter> <action android:name="android.intent.action.LOAD_DATA" /> </intent-filter> Loading Loading
core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -5474,7 +5474,8 @@ android:permission="android.permission.BIND_JOB_SERVICE"> </service> <service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader"> <service android:name="com.android.server.pm.PackageManagerShellCommandDataLoader" android:exported="false"> <intent-filter> <action android:name="android.intent.action.LOAD_DATA" /> </intent-filter> Loading