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
Post a Comment