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

Commit 2ecfe194 authored by Nicolas Geoffray's avatar Nicolas Geoffray
Browse files

Add boot animation progress system property.

Test: m
Bug: 175686819
Change-Id: I0504a6aa94da9f16efba6e97beb789f3ff1a578a
parent 2705d04f
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