linux和android学习,android学习笔记
在红皮书第七章(p127)Using Intents and the Phone Dialer中有个程序是用intent打开Dialer这个application其中有几行代码是这样写的Intent DialIntent = new Intent(Intent.DIAL_ACTION,Uri.parse("tel:5551212"));DialIntent.setLaunchFlags(Inten...