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

Commit 3d4748a8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo" into main

parents ebdb4991 9578659e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3657,8 +3657,8 @@ public abstract class Context {
     * On Android {@link android.os.Build.VERSION_CODES#S} and later,
     * if the application is in a state where the service
     * can not be started (such as not in the foreground in a state when services are allowed),
     * {@link android.app.BackgroundServiceStartNotAllowedException} is thrown
     * This excemption extends {@link IllegalStateException}, so apps can
     * {@link android.app.BackgroundServiceStartNotAllowedException} is thrown.
     * This exception extends {@link IllegalStateException}, so apps can
     * use {@code catch (IllegalStateException)} to catch both.
     *
     * @see #startForegroundService(Intent)