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

Commit 5d5aea3e authored by Daniel Lehmann's avatar Daniel Lehmann Committed by Android (Google) Code Review
Browse files

Merge "Remove live folders"

parents 501ae14e 74d17dd2
Loading
Loading
Loading
Loading
+0 −31
Original line number Diff line number Diff line
@@ -567,37 +567,6 @@
            android:theme="@android:style/Theme.Translucent">
        </activity>

        <!-- LIVE FOLDERS -->
        <activity
            android:name=".ContactsLiveFolders$AllContacts"
            android:label="@string/liveFolderAll"
            android:icon="@mipmap/ic_launcher_folder_live_contacts">
            <intent-filter>
                <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <activity
            android:name=".ContactsLiveFolders$StarredContacts"
            android:label="@string/liveFolderFavorites"
            android:icon="@mipmap/ic_launcher_folder_live_contacts_starred">
            <intent-filter>
                <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <activity
            android:name=".ContactsLiveFolders$PhoneContacts"
            android:label="@string/liveFolderPhone"
            android:icon="@mipmap/ic_launcher_folder_live_contacts_phone">
            <intent-filter>
                <action android:name="android.intent.action.CREATE_LIVE_FOLDER" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity>

        <!-- vCard related -->
        <activity android:name=".vcard.ImportVCardActivity"
            android:configChanges="orientation|screenSize|keyboardHidden"
−4.97 KiB
Loading image diff...
−5.03 KiB
Loading image diff...
−5.03 KiB
Loading image diff...
−5.29 KiB
Loading image diff...
Loading