标签: android android-keypad
我想在我的布局中打开手机拨号键盘。像这样[Application][1]。
[Application][1]
我可以通过写这个来打开手机默认拨号器Uri。
Intent intent = new Intent("android.intent.action.DIAL"); /** Starting the Dialer activity */ startActivity(intent);
感谢任何教程或链接。