diff --git a/core/java/android/window/SplashScreen.java b/core/java/android/window/SplashScreen.java index fab180dae0bf6..f1c0d8dee5255 100644 --- a/core/java/android/window/SplashScreen.java +++ b/core/java/android/window/SplashScreen.java @@ -100,8 +100,12 @@ public interface SplashScreen { *
* To reset to the default theme, set this the themeId to {@link Resources#ID_NULL}. *
- * Note: The theme name must be stable across versions, otherwise it won't be found - * after your application is updated. + * Note: Internally, the theme name is resolved and persisted. This means that the theme + * name must be stable across versions, otherwise it won't be found after your application is + * updated. + * + * @param themeId The ID of the splashscreen theme to be used in place of the one defined in + * the manifest. */ void setSplashScreenTheme(@StyleRes int themeId);