Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dfd9e8d0 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by Automerger Merge Worker
Browse files

Mark NetworkStack as coreApp am: 02011ee9

Original change: https://android-review.googlesource.com/c/platform/packages/modules/NetworkStack/+/1807161

Change-Id: Iccca4af00f4823e8f1b9dd8b0be794a139fa726b
parents 23518ade 02011ee9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
  android:sharedUserId="android.uid.networkstack"
  android:versionCode="319999900"
  android:versionName="s_aml_319999900"
  coreApp="true"
>
    <!-- Permissions must be defined here, and not in the base manifest, as the network stack
         running in the system server process does not need any permission, and having privileged
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.networkstack.inprocess"
          android:sharedUserId="android.uid.system"
          android:process="system">
          android:process="system"
          coreApp="true">
    <application>
        <service android:name="com.android.server.NetworkStackService"
                 android:process="system"
+2 −1
Original line number Diff line number Diff line
@@ -18,5 +18,6 @@
          package="com.android.networkstack"
          android:sharedUserId="android.uid.networkstack"
          android:versionCode="320000000"
          android:versionName="T-next">
          android:versionName="T-next"
          coreApp="true">
</manifest>