vcf-vcard

How do I open a .vcf from an intent filer?

安稳与你 提交于 2020-12-16 05:40:45
问题 Hello I'm trying to make an app where I can open .vcf files. Primarily from texting apps and I've gotten it to work where I can open my app using the following code in and androidmanifest.xml <activity android:name=".Home" android:parentActivityName=".MapsActivity"> <meta-data android:name="android.support.PARENT_ACTIVITY" android:value="MapsActivity" /> <intent-filter android:label="Open iLocation"> <action android:name="android.intent.action.VIEW" /> <action android:name="android.intent