如何从标签小部件打开Android联系人簿或拨号器?

时间:2012-03-02 06:17:49

标签: android android-tabs

是否可以从标签小部件中打开Android的默认联系簿或拨号器?

相关代码(目前无效):

intent = new Intent(Intent.ACTION_DIAL);

// Initialize a TabSpec for each tab and add it to the TabHost
spec = tabHost.newTabSpec("artists").setIndicator("Dialler",
                  null)
              .setContent(intent);
tabHost.addTab(spec);

0 个答案:

没有答案