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

Commit 98082728 authored by Chiachang Wang's avatar Chiachang Wang Committed by Gerrit Code Review
Browse files

Merge "Add VPN name into the extra info of NetworkInfo" into main

parents b303b74e 9ce403e2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1741,6 +1741,7 @@ public class Vpn {
                .setBypassableVpn(bypassable)
                .setVpnRequiresValidation(mConfig.requiresInternetValidation)
                .setLocalRoutesExcludedForVpn(mConfig.excludeLocalRoutes)
                .setLegacyExtraInfo("VPN:" + mPackage)
                .build();

        capsBuilder.setOwnerUid(mOwnerUID);