TheNameIsViRu
TheNameIsViRu

Reputation: 13

Show third party calling or SMS app in the "Connected Apps" list of the android default contact app. Like how Whatsapp ,Teligram...etc are showing

Ours is android calling and SMS app. Need our app to be shown option in the "Connected Apps" list of the android's default contact app like Whatsapp, Truecaller and Teligram etc. As shown in the image. tried with ContentProvider and SyncAdapter. But couldn't to achieve. Please help me if you have any idea on this. Thank you in advance

        // Tried with ContentProvider and SyncAdapter
        <intent-filter>
            <action android:name="android.intent.action.DIAL" />
            <category android:name="android.intent.category.DEFAULT" />
            <data android:scheme="tel" />
        </intent-filter>

enter image description here

Upvotes: 0

Views: 85

Answers (0)

Related Questions