Hello, I'm trying to figure out how I can control the display of the Access Point dialog (the dialog that says "Choose Access Point") when I start an outgoing network connection. On Series 60 1.x devices, I was able to use something like: CCommsDatabase* pCommDB = CCommsDatabase::NewL(EDatabaseTypeIAP); CleanupStack::PushL(pCommDB); pCommDB->SetGlobalSettingL("AskUserBeforeDial", ETrue); However, I find that on Series 60 2.x devices, I get a leave error: "Not supported" What's the proper way to change this Access Point dialog preference on Series 60 1.x and 2.x ? thanks for your help!
Forum Rules