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

Commit 383e0524 authored by Chia-chi Yeh's avatar Chia-chi Yeh
Browse files

VPN: fix the build.

Change-Id: Ibeaa067cf95636e09746d16f402c78c99d7cb681
parent 5db03df1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ public class Vpn extends INetworkManagementEventObserver.Stub {

        config.packageName = mPackageName;
        config.interfaceName = mInterfaceName;
        showNotification(pm, app, config);
        showNotification(config, label, bitmap);
        return descriptor;
    }