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

Commit 2c20709f authored by Nicolas Geoffray's avatar Nicolas Geoffray Committed by Automerger Merge Worker
Browse files

Merge "Add boot animation progress system property." am: a1d897b9 am: 2213bccd

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1530628

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia7014ec24d396623aed0841b8407fa07e627ffdd
parents e3a4df65 2213bccd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ bool StartPropertySetThread::threadLoop() {
    property_set(kTimestampProperty, mTimestampPropertyValue ? "1" : "0");
    // Clear BootAnimation exit flag
    property_set("service.bootanim.exit", "0");
    property_set("service.bootanim.progress", "0");
    // Start BootAnimation if not started
    property_set("ctl.start", "bootanim");
    // Exit immediately