Merge "Add log for user unlock" into main

This commit is contained in:
Winson Chung
2024-09-12 18:23:25 +00:00
committed by Android (Google) Code Review

View File

@@ -179,6 +179,8 @@ public class FallbackHome extends Activity {
SystemClock.uptimeMillis(), false);
finish();
}
} else {
Log.d(TAG, "User not yet unlocked");
}
}