Configure the list of apps to be linked to current app
/**
* For Android versions 10+ add interlinked applications
* which incorporate C4WIMobileSDK to get installed WiFi network suggestions
*
* @param authorities in a form of List<String>
*/
@TargetApi(Build.VERSION_CODES.Q)
public void setInterlinkedC4WIMobileSDKApplications(List<String> authorities);