Finish this line to get the "score" String variable:
if (savedInstanceState != null) {
scoreTextView.setText(_________)
}
The answer is case sensitive.
Tip: Getting the data from the savedInstanceState was mentioned in the theory. If you have problems with this task, check the theory again.