に追加したいapp
ですdefault options
。誰かmaking a call
が私のアプリをオプションとして表示するときlike skype,viber etc
。
次のコード行を使用しましたが、機能しませんでした。
<intent-filter >
<action android:name="android.intent.action.CALL_PRIVILEGED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="tel" />
</intent-filter>