docs: Fixing broken {docroot} links
Fixing a couple of broken links (that used the wrong docroot syntax). No changes to code. Staged to: * go/dac-stage/reference/android/app/Service * go/dac-stage/reference/kotlin/android/app/Service Merged-In: Ib50be686bfdd142f6c5a0d0bfccc7b1b411d5d14 Change-Id: Ib50be686bfdd142f6c5a0d0bfccc7b1b411d5d14 BUG: 252953726 TEST: [local docs build]
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user