Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2ace69b authored by Jay Shrauner's avatar Jay Shrauner
Browse files

Remove vcard support

Vcard support was left in both Dialer and Contacts as a legacy from
splitting the two apps apart. Leave in Contacts and remove from Dialer.

Bug:17357579
Change-Id: I536960c9882a30097e3be6976db23042d0f5e0ea
parent d36fa130
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -198,24 +198,11 @@
        <activity android:name="com.android.contacts.common.vcard.ImportVCardActivity"
                  android:configChanges="orientation|screenSize|keyboardHidden"
                  android:theme="@style/BackgroundOnlyTheme">
            <intent-filter>
                <action android:name="android.intent.action.VIEW"/>
                <data android:mimeType="text/directory"/>
                <data android:mimeType="text/vcard"/>
                <data android:mimeType="text/x-vcard"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
        </activity>

        <activity android:name="com.android.contacts.common.vcard.NfcImportVCardActivity"
                  android:configChanges="orientation|screenSize|keyboardHidden"
                  android:theme="@style/BackgroundOnlyTheme">
            <intent-filter>
                <action android:name="android.nfc.action.NDEF_DISCOVERED"/>
                <data android:mimeType="text/vcard"/>
                <data android:mimeType="text/x-vcard"/>
                <category android:name="android.intent.category.DEFAULT"/>
            </intent-filter>
        </activity>

        <activity android:name="com.android.contacts.common.vcard.CancelActivity"