Loading services/core/java/com/android/server/am/ActivityManagerService.java +1 −7 Original line number Diff line number Diff line Loading @@ -308,7 +308,6 @@ import android.provider.DeviceConfig; import android.provider.Settings; import android.server.ServerProtoEnums; import android.sysprop.InitProperties; import android.sysprop.VoldProperties; import android.telephony.TelephonyManager; import android.text.TextUtils; import android.text.style.SuggestionSpan; Loading Loading @@ -5071,12 +5070,7 @@ public class ActivityManagerService extends IActivityManager.Stub } // Tell anyone interested that we are done booting! SystemProperties.set("sys.boot_completed", "1"); // And trigger dev.bootcomplete if we are not showing encryption progress if (!"trigger_restart_min_framework".equals(VoldProperties.decrypt().orElse("")) || "".equals(VoldProperties.encrypt_progress().orElse(""))) { SystemProperties.set("dev.bootcomplete", "1"); } mUserController.sendBootCompleted( new IIntentReceiver.Stub() { @Override Loading Loading
services/core/java/com/android/server/am/ActivityManagerService.java +1 −7 Original line number Diff line number Diff line Loading @@ -308,7 +308,6 @@ import android.provider.DeviceConfig; import android.provider.Settings; import android.server.ServerProtoEnums; import android.sysprop.InitProperties; import android.sysprop.VoldProperties; import android.telephony.TelephonyManager; import android.text.TextUtils; import android.text.style.SuggestionSpan; Loading Loading @@ -5071,12 +5070,7 @@ public class ActivityManagerService extends IActivityManager.Stub } // Tell anyone interested that we are done booting! SystemProperties.set("sys.boot_completed", "1"); // And trigger dev.bootcomplete if we are not showing encryption progress if (!"trigger_restart_min_framework".equals(VoldProperties.decrypt().orElse("")) || "".equals(VoldProperties.encrypt_progress().orElse(""))) { SystemProperties.set("dev.bootcomplete", "1"); } mUserController.sendBootCompleted( new IIntentReceiver.Stub() { @Override Loading