Loading packages/SystemUI/src/com/android/systemui/power/InattentiveSleepWarningView.java +2 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,8 @@ public class InattentiveSleepWarningView extends FrameLayout { setAlpha(1f); setVisibility(View.VISIBLE); mWindowManager.addView(this, getLayoutParams(mWindowToken)); announceForAccessibility( getContext().getString(R.string.inattentive_sleep_warning_message)); } /** Loading Loading
packages/SystemUI/src/com/android/systemui/power/InattentiveSleepWarningView.java +2 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,8 @@ public class InattentiveSleepWarningView extends FrameLayout { setAlpha(1f); setVisibility(View.VISIBLE); mWindowManager.addView(this, getLayoutParams(mWindowToken)); announceForAccessibility( getContext().getString(R.string.inattentive_sleep_warning_message)); } /** Loading