Verify Bundle is not null before using it
It's possible the Bundle has not been initialized when determining if the ANGLE dialog box should be shown, due to how early that check is performed. This change will verify the Bundle is not null before using it and fall back to using the Context if it is. Bug: 130185493 Test: atest CtsAngleIntegrationHostTestCases Test: Enable Toast Message and then atest CtsAngleIntegrationHostTestCases Change-Id: I39f48bdf20616298c66b2bb36082149cb24e908c
Loading
Please register or sign in to comment