commit | f81aaca8cc0a81c7f6355cdbc693bfe6dbb91564 | [log] [tgz] |
---|---|---|
author | Vadim Caen <caen@google.com> | Fri Nov 05 12:37:53 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Nov 05 12:37:53 2021 +0000 |
tree | de14c78d634ee5ffc4684492cb7f02df51baa9f3 | |
parent | 1b5d62457c740cea96ae2bfffc66cba1bed57451 [diff] | |
parent | 9b578bf0dbd4400da96035b9cb4928901f83907a [diff] |
Merge "Add details about theme stability" into sc-dev am: 9aff8397c8 am: a35809b1a4 am: 9b578bf0db Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16176790 Change-Id: I586f3a079128bb2039de552ba7d29a23e4b9b45f
diff --git a/core/java/android/window/SplashScreen.java b/core/java/android/window/SplashScreen.java index 3354a6c..b9bf009 100644 --- a/core/java/android/window/SplashScreen.java +++ b/core/java/android/window/SplashScreen.java
@@ -92,6 +92,9 @@ * overrides and persists the theme used for the {@link SplashScreen} of this application. * <p> * To reset to the default theme, set this the themeId to {@link Resources#ID_NULL}. + * <p> + * <b>Note:</b> The theme name must be stable across versions, otherwise it won't be found + * after your application is updated. */ void setSplashScreenTheme(@StyleRes int themeId);