docs: Fix links to narrative guides am: a1796499fe am: 5e59f40ed5

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

Change-Id: Ib96dd172c3f18ed5a3981f867e4ec8cdd0020942
This commit is contained in:
Kevin Hufnagle
2021-09-01 17:45:37 +00:00
committed by Automerger Merge Worker

View File

@@ -3215,7 +3215,7 @@ public abstract class Context {
* apps targeting SDK Version {@link android.os.Build.VERSION_CODES#O}
* or higher are not allowed to start background services from the background.
* See
* <a href="{@docRoot}/about/versions/oreo/background">
* <a href="/about/versions/oreo/background">
* Background Execution Limits</a>
* for more details.
*
@@ -3224,7 +3224,7 @@ public abstract class Context {
* apps targeting SDK Version {@link android.os.Build.VERSION_CODES#S}
* or higher are not allowed to start foreground services from the background.
* See
* <a href="{@docRoot}/about/versions/12/behavior-changes-12">
* <a href="/about/versions/12/behavior-changes-12">
* Behavior changes: Apps targeting Android 12
* </a>
* for more details.
@@ -3278,7 +3278,7 @@ public abstract class Context {
* apps targeting SDK Version {@link android.os.Build.VERSION_CODES#S}
* or higher are not allowed to start foreground services from the background.
* See
* <a href="{@docRoot}/about/versions/12/behavior-changes-12">
* <a href="/about/versions/12/behavior-changes-12">
* Behavior changes: Apps targeting Android 12
* </a>
* for more details.