void forgetNetwork(string)

Removes the network with the given SSID from the list of saved networks.

Security

Trust Level Required: Low trust

Parameters

Name Description
ssid string
The SSID of the network to forget.

Remarks

This function will only work if the network was saved by KioWare.

Examples


KioWareUtils.forgetNetwork('MyNetwork');
    

Requirements

KioWare for Android version 3.14 or greater.