Merge "Make the network stack a persistent process."

This commit is contained in:
Treehugger Robot
2019-04-24 16:25:24 +00:00
committed by Gerrit Code Review

View File

@@ -24,6 +24,7 @@
android:label="NetworkStack"
android:defaultToDeviceProtectedStorage="true"
android:directBootAware="true"
android:persistent="true"
android:usesCleartextTraffic="true">
<service android:name="com.android.server.connectivity.ipmemorystore.RegularMaintenanceJobService"