Loading AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -45,5 +45,8 @@ <action android:name="android.net.INetworkStackConnector"/> </intent-filter> </service> <service android:name="com.android.server.connectivity.ipmemorystore.RegularMaintenanceJobService" android:permission="android.permission.BIND_JOB_SERVICE" > </service> </application> </manifest> AndroidManifestBase.xml +0 −4 Original line number Diff line number Diff line Loading @@ -25,9 +25,5 @@ android:defaultToDeviceProtectedStorage="true" android:directBootAware="true" android:usesCleartextTraffic="true"> <service android:name="com.android.server.connectivity.ipmemorystore.RegularMaintenanceJobService" android:permission="android.permission.BIND_JOB_SERVICE" > </service> </application> </manifest> AndroidManifest_InProcess.xml +4 −0 Original line number Diff line number Diff line Loading @@ -27,5 +27,9 @@ <action android:name="android.net.INetworkStackConnector.InProcess"/> </intent-filter> </service> <service android:name="com.android.server.connectivity.ipmemorystore.RegularMaintenanceJobService" android:process="system" android:permission="android.permission.BIND_JOB_SERVICE" > </service> </application> </manifest> Loading
AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -45,5 +45,8 @@ <action android:name="android.net.INetworkStackConnector"/> </intent-filter> </service> <service android:name="com.android.server.connectivity.ipmemorystore.RegularMaintenanceJobService" android:permission="android.permission.BIND_JOB_SERVICE" > </service> </application> </manifest>
AndroidManifestBase.xml +0 −4 Original line number Diff line number Diff line Loading @@ -25,9 +25,5 @@ android:defaultToDeviceProtectedStorage="true" android:directBootAware="true" android:usesCleartextTraffic="true"> <service android:name="com.android.server.connectivity.ipmemorystore.RegularMaintenanceJobService" android:permission="android.permission.BIND_JOB_SERVICE" > </service> </application> </manifest>
AndroidManifest_InProcess.xml +4 −0 Original line number Diff line number Diff line Loading @@ -27,5 +27,9 @@ <action android:name="android.net.INetworkStackConnector.InProcess"/> </intent-filter> </service> <service android:name="com.android.server.connectivity.ipmemorystore.RegularMaintenanceJobService" android:process="system" android:permission="android.permission.BIND_JOB_SERVICE" > </service> </application> </manifest>