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

Commit 9005b3d8 authored by Sunny Shao's avatar Sunny Shao Committed by Android (Google) Code Review
Browse files

Merge "Fixed mUserId_shouldDeriveUidFromMainCaller test case fail"

parents ee3c5500 16f0d131
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -43,7 +43,11 @@ public class SettingsApplication extends Application {
    @Override
    public void onCreate() {
        super.onCreate();
        ElapsedTimeUtils.assignSuwFinishedTimeStamp(this.getApplicationContext());

        // Add null checking to avoid test case failed.
        if (getApplicationContext() != null) {
            ElapsedTimeUtils.assignSuwFinishedTimeStamp(getApplicationContext());
        }

        // Set Spa environment.
        setSpaEnvironment();