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

Commit 9f33951f authored by Robert Horvath's avatar Robert Horvath Committed by Automerger Merge Worker
Browse files

Merge "Announce inattentive sleep warning for accessibility" into sc-dev am:...

Merge "Announce inattentive sleep warning for accessibility" into sc-dev am: 1e13be4c am: 06c8e948

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15114541

Change-Id: I7da0cf344dff5d1ef666a8593f8e744f81447f17
parents 30f77523 06c8e948
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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));
    }

    /**