I am trying to modify my existing contacts on my device.
I have implemented all the related stuff (AuthenticationService, AbstractThreadedSyncAdapter, SyncService, AbstractAccountAuthenticator etc..) following this guides/examples and this.
All works fine on my Samsung Galaxy S7 that has Android 7: now my contacts have a new custom function, if I select it, an Activity of my Application is launched. This is accomplished creating a contacts.xml file and using a custom MIMETYPE (as explained in the links above).
Unfortunately this approach seems to not work on devices running Android with version < 7. My custom function is not shown although everything seems to work correctly and no error is detected.
If someone knew something concerning it, it would be a great help.
Thanks in advance.
android:detailSocialSummary
line from your contacts.xml as most examples I know don't have thatContactsAccountType
tryContactsSource
, see this as reference.vnd.android.cursor.item/vnd.<your package>.<some action>
but I don't think that's the problem you're having