添加应用程序在摩托罗拉Xoom用列表来完成动作 [英] Adding application to complete action using list in Motorola Xoom

查看:132
本文介绍了添加应用程序在摩托罗拉Xoom用列表来完成动作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试我的应用程序加入到呼叫联系人行动使用完整的行动。我增加了以下意图过滤到清单中的文档和其他答案中描述

I try to add my application into "complete action using" for call contact action. I added the following intent filter to the manifest as described in docs and other answers

  <intent-filter android:icon="@drawable/ic_launcher">
    <action android:name="android.intent.action.CALL" />
    <category android:name="android.intent.category.DEFAULT" />
    <action android:name="android.intent.action.CALL_PRIVILEGED" />
    <data android:scheme="tel" />
  </intent-filter>

和它的作品确定为三星S2和S3但在摩托罗拉Xoom设备不工作。我的应用程序不会出现在名单上。谁能给我一个提示如何修复或周围的工作呢?

and it works ok for samsung s2 and s3 but does not work in Motorola Xoom device. My application does not appear on the list. Can anyone give me a hint how to fix or work it around?

推荐答案

有没有修订或变通方法,因为XOOM是不是一个电话,因此没有能力拨打电话,所以没有列表供您出现上。

There is no fix or workaround, as the XOOM is not a phone and therefore has no ability to place phone calls, so there is no list for you to appear on.

这篇关于添加应用程序在摩托罗拉Xoom用列表来完成动作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆