From a1796499fe76253e19c5562831091fcc32c7ed75 Mon Sep 17 00:00:00 2001 From: Kevin Hufnagle Date: Wed, 1 Sep 2021 15:42:53 +0000 Subject: [PATCH] docs: Fix links to narrative guides Cannot use both `{@docRoot}` and leading `/` when specifying URLs Bug: 197663210 Change-Id: If6762b95a3d6991b4732684853d974a06da032bc Test: make ds-docs Exempt-from-Owner-Approval: Docs-only change --- core/java/android/content/Context.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/content/Context.java b/core/java/android/content/Context.java index 27027721109df..08e95a267d7fd 100644 --- a/core/java/android/content/Context.java +++ b/core/java/android/content/Context.java @@ -3195,7 +3195,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 - * + * * Background Execution Limits * for more details. * @@ -3204,7 +3204,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 - * + * * Behavior changes: Apps targeting Android 12 * * for more details. @@ -3258,7 +3258,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 - * + * * Behavior changes: Apps targeting Android 12 * * for more details.