Merge "Fix null IpmemoryService object in AGO project." am: c28ae5a01d am: 2530911fa9 am: daff547b43
am: d7a7c0db53
Change-Id: I545fc8384ef7b3d97edf2270fa033d8afac2669c
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user