Hi
I'm file syncing a VCF file to Samsung XCover 4 devices and using
sendintent -a "intent:file:///sdcard/contacts.vcf#Intent;action=android.intent.action.VIEW;type=text/x-vcard;end"
It works but requires user interaction to save the file.
Is there a flag that can be set in order for it to be silently loaded so we don't rely on the user to press Save?
Thanks
Eddie