Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee3e36ab authored by Vadim Caen's avatar Vadim Caen Committed by Automerger Merge Worker
Browse files

Merge "Fix setSplashScreenTheme documentation" into sc-dev am: ffad2f71 am:...

Merge "Fix setSplashScreenTheme documentation" into sc-dev am: ffad2f71 am: 276387cc am: 7f120cea

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

Change-Id: I816bf55b621b3177b965b9e9e9c1e2a5d7d292b4
parents c187e790 7f120cea
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -99,8 +99,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);