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

Commit a57085e7 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN Committed by android-build-merger
Browse files

Merge "InProcessNetworkStack requires platform-signed APK" into qt-dev am: 0bb09184ff

am: fea3232c8e

Change-Id: I5318a4ddee75e19004d3a52cfd267bf05d99ac5d
parents b1b2eca3 46d688f1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -109,7 +109,9 @@ android_app {
    // InProcessNetworkStack is a replacement for NetworkStack
    overrides: ["NetworkStack"],
    // The permission configuration *must* be included to ensure security of the device
    required: ["PlatformNetworkPermissionConfig"],
    // The InProcessNetworkStack goes together with the PlatformCaptivePortalLogin, which replaces
    // the default CaptivePortalLogin.
    required: ["PlatformNetworkPermissionConfig", "PlatformCaptivePortalLogin"],
}

// Updatable network stack packaged as an application