使用呼叫外部程序进行工作!             try
              {String[] cmd = {"Notepad.exe","通讯录.txt"};
               Runtime.getRuntime().exec(cmd);
              }
            catch (IOException ee){}把notepad.exe换成拨号程序,好像是napp什么来着,在你的windows/system或system32下