Merge "Fix setSplashScreenTheme documentation" into sc-dev am: ffad2f714d am: 73ee4fe036 am: 44311a6646

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16343578

Change-Id: Ib292f58eb222b9cef406feb3ab80e5e806dbbfc8
This commit is contained in:
Vadim Caen
2022-03-21 14:09:06 +00:00
committed by Automerger Merge Worker

View File

@@ -100,8 +100,12 @@ public interface SplashScreen {
* <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.
* <b>Note:</b> 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);