addExtension

Adds the extension.

public void addExtension(String providerName) {
    mExtensionList.add(providerName);
  }

Parameters

providerName
The name of the extension to add.