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

Commit 8ccd0f50 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add new Credential prefix for platform VPNs" am: 0ce0c595 am: 27d405ab am: 5a51aa7a

Change-Id: I9d83aeb57d05baea53d1afb086ae582d18701265
parents cdc8d5ee 5a51aa7a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -65,6 +65,9 @@ public class Credentials {
    /** Key prefix for VPN. */
    public static final String VPN = "VPN_";

    /** Key prefix for platform VPNs. */
    public static final String PLATFORM_VPN = "PLATFORM_VPN_";

    /** Key prefix for WIFI. */
    public static final String WIFI = "WIFI_";