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

Commit 9578659e authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Fix typo

Fix: 310564494
Test: tree hugger
Change-Id: I2ea1bd08951fa82dc2fdad00a48563ab1a9f81a8
parent d881c146
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)