Revert "Make the network stack a persistent process."

This reverts commit 796afddd6c.

Reason for revert: breaks updatability because persistent processes are not updatable.

Change-Id: I35ded113b31e742f13ad8523a10af3a83a111374
This commit is contained in:
Lorenzo Colitti
2019-04-27 15:02:50 +00:00
parent 796afddd6c
commit 5574fd5248

View File

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