Loading core/java/android/app/LocaleManager.java +3 −2 Original line number Diff line number Diff line Loading @@ -198,13 +198,14 @@ public class LocaleManager { * the override config, and stored in a system file for future access. * * <p><b>Note:</b> Using this function, applications can update their list of supported * locales while running, without an update of the application’s software. For more * information, see TODO(b/261528306): add link to guide. * locales while running, without an update of the application’s software. * * <p>Applications can remove the override LocaleConfig with a {@code null} object. * * @param localeConfig the desired {@link LocaleConfig} for the calling app. */ // Add following to last Note: when guide is written: // For more information, see TODO(b/261528306): add link to guide. @UserHandleAware public void setOverrideLocaleConfig(@Nullable LocaleConfig localeConfig) { try { Loading Loading
core/java/android/app/LocaleManager.java +3 −2 Original line number Diff line number Diff line Loading @@ -198,13 +198,14 @@ public class LocaleManager { * the override config, and stored in a system file for future access. * * <p><b>Note:</b> Using this function, applications can update their list of supported * locales while running, without an update of the application’s software. For more * information, see TODO(b/261528306): add link to guide. * locales while running, without an update of the application’s software. * * <p>Applications can remove the override LocaleConfig with a {@code null} object. * * @param localeConfig the desired {@link LocaleConfig} for the calling app. */ // Add following to last Note: when guide is written: // For more information, see TODO(b/261528306): add link to guide. @UserHandleAware public void setOverrideLocaleConfig(@Nullable LocaleConfig localeConfig) { try { Loading