android - Adding application to complete action using list in Motorola Xoom -



android - Adding application to complete action using list in Motorola Xoom -

i seek add together application "complete action using" phone call contact action. added next intent filter manifest described in docs , 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>

and works ok samsung s2 , s3 not work in motorola xoom device. application not appear on list. can give me hint how prepare or work around?

there no prepare or workaround, xoom not phone , hence has no ability place phone calls, there no list appear on.

android

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -