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

Commit d2b69100 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Explicitly call out email in "social" category.

Test: builds, boots
Bug: 35294569
Change-Id: I08b2c1b1b95b6c2fc6fd7be417cd0f9547c8237b
parent 5dd59219
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -920,7 +920,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {

    /**
     * Category for apps which are primarily social apps, such as messaging,
     * communication, or social network apps.
     * communication, email, or social network apps.
     *
     * @see #category
     */
+1 −1
Original line number Diff line number Diff line
@@ -1422,7 +1422,7 @@
            <enum name="video" value="2" />
            <!-- Apps which primarily work with images or photos, such as camera or gallery apps. -->
            <enum name="image" value="3" />
            <!-- Apps which are primarily social apps, such as messaging, communication, or social network apps. -->
            <!-- Apps which are primarily social apps, such as messaging, communication, email, or social network apps. -->
            <enum name="social" value="4" />
            <!-- Apps which are primarily news apps, such as newspapers, magazines, or sports apps. -->
            <enum name="news" value="5" />
+1 −1
Original line number Diff line number Diff line
@@ -4538,7 +4538,7 @@
    <string name="app_category_video">Movies &amp; Video</string>
    <!-- Category title for apps which primarily work with images or photos, such as camera or gallery apps. [CHAR LIMIT=32] -->
    <string name="app_category_image">Photos &amp; Images</string>
    <!-- Category title for apps which are primarily social apps, such as messaging, communication, or social network apps. [CHAR LIMIT=32] -->
    <!-- Category title for apps which are primarily social apps, such as messaging, communication, email, or social network apps. [CHAR LIMIT=32] -->
    <string name="app_category_social">Social &amp; Communication</string>
    <!-- Category title for apps which are primarily news apps, such as newspapers, magazines, or sports apps. [CHAR LIMIT=32] -->
    <string name="app_category_news">News &amp; Magazines</string>