diff options
| -rw-r--r-- | core/java/android/content/pm/ApplicationInfo.java | 2 | ||||
| -rw-r--r-- | core/res/res/values/attrs_manifest.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java index 0b3742f27ddf..ffc7719c72fd 100644 --- a/core/java/android/content/pm/ApplicationInfo.java +++ b/core/java/android/content/pm/ApplicationInfo.java @@ -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 */ diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index cf6bd9e0d22f..b9409f23df39 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -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" /> diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 8676c338b5f7..d4db258bd13d 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4537,7 +4537,7 @@ <string name="app_category_video">Movies & 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 & 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 & 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 & Magazines</string> |