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

Commit 74d17dd2 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Remove live folders

Bug:5254892
Change-Id: I19fbb28e99e60b4e70f73208664603aeed92f992
parent 20ffc86b
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