Merge "Fix setSplashScreenTheme documentation" into sc-dev am: ffad2f714d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16343578 Change-Id: I6c6bae41a0f49117a7dc670a4a7e54721bf45925
This commit is contained in:
@@ -93,8 +93,12 @@ public interface SplashScreen {
|
|||||||
* <p>
|
* <p>
|
||||||
* To reset to the default theme, set this the themeId to {@link Resources#ID_NULL}.
|
* To reset to the default theme, set this the themeId to {@link Resources#ID_NULL}.
|
||||||
* <p>
|
* <p>
|
||||||
* <b>Note:</b> The theme name must be stable across versions, otherwise it won't be found
|
* <b>Note:</b> Internally, the theme name is resolved and persisted. This means that the theme
|
||||||
* after your application is updated.
|
* 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);
|
void setSplashScreenTheme(@StyleRes int themeId);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user