docs: Fixing broken {docroot} links am: edaf387f07 am: 137133551c

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

Change-Id: I85361f901e3b0b50f7502779d1a10200f19bb682
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Andrew Solovay
2023-01-04 23:36:02 +00:00
committed by Automerger Merge Worker

View File

@@ -720,7 +720,7 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
* apps targeting SDK Version {@link android.os.Build.VERSION_CODES#S} * apps targeting SDK Version {@link android.os.Build.VERSION_CODES#S}
* or higher are not allowed to start foreground services from the background. * or higher are not allowed to start foreground services from the background.
* See * See
* <a href="{@docRoot}/about/versions/12/behavior-changes-12"> * <a href="{@docRoot}about/versions/12/behavior-changes-12">
* Behavior changes: Apps targeting Android 12 * Behavior changes: Apps targeting Android 12
* </a> * </a>
* for more details. * for more details.
@@ -769,7 +769,7 @@ public abstract class Service extends ContextWrapper implements ComponentCallbac
* apps targeting SDK Version {@link android.os.Build.VERSION_CODES#S} * apps targeting SDK Version {@link android.os.Build.VERSION_CODES#S}
* or higher are not allowed to start foreground services from the background. * or higher are not allowed to start foreground services from the background.
* See * See
* <a href="{@docRoot}/about/versions/12/behavior-changes-12"> * <a href="{@docRoot}about/versions/12/behavior-changes-12">
* Behavior changes: Apps targeting Android 12 * Behavior changes: Apps targeting Android 12
* </a> * </a>
* for more details. * for more details.