diff options
| author | 2024-03-04 22:01:20 +0000 | |
|---|---|---|
| committer | 2024-03-04 22:01:20 +0000 | |
| commit | f8911df31bf48314266ca6160670250c7ceeb8c4 (patch) | |
| tree | 3b52bfa1e529addbd83433febe8ca3feb2873426 | |
| parent | 4a59e40cbd51dff863f412a38c08f9f694c741cc (diff) | |
| parent | 1890e122efb2bdb1ad84129d9ecc31bcba423c4c (diff) | |
Merge "Improve javadoc on getDefaultLocale()" into main
| -rw-r--r-- | core/java/android/app/LocaleConfig.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/java/android/app/LocaleConfig.java b/core/java/android/app/LocaleConfig.java index b2be27f70ccc..4a06f7d1a1c3 100644 --- a/core/java/android/app/LocaleConfig.java +++ b/core/java/android/app/LocaleConfig.java @@ -248,7 +248,8 @@ public class LocaleConfig implements Parcelable { } /** - * Returns the default locale if specified, otherwise null + * Returns the locale the strings in values/strings.xml (the default strings in the directory + * with no locale qualifier) are in if specified, otherwise null * * @return The default Locale or null */ |