Merge "Fix null IpmemoryService object in AGO project." am: c28ae5a01d am: 2530911fa9 am: daff547b43

am: d7a7c0db53

Change-Id: I545fc8384ef7b3d97edf2270fa033d8afac2669c
This commit is contained in:
Paul Hu
2019-05-24 18:28:23 -07:00
committed by android-build-merger
3 changed files with 7 additions and 4 deletions

View File

@@ -49,5 +49,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>

View File

@@ -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>

View File

@@ -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>