OSDN Git Service

Fix the unresolved link/see tag error for framework docs
authorNan Zhang <nanzhang@google.com>
Fri, 21 Sep 2018 21:51:38 +0000 (14:51 -0700)
committerNan Zhang <nanzhang@google.com>
Fri, 21 Sep 2018 21:58:26 +0000 (14:58 -0700)
Synced with alanv@ that doc weren't federated against AndroidX yet, use
this v7 reference until they migrate the docs to AndroidX.

Test: m -j offline-sdk-docs
Bug: b/116163454
Change-Id: Ib5167c4815708d159945ce6db239f8debdf8f865

core/java/android/app/UiModeManager.java

index adc592a..6564a30 100644 (file)
@@ -232,7 +232,7 @@ public class UiModeManager {
      * Changes to night mode take effect globally and will result in a configuration change
      * (and potentially an Activity lifecycle event) being applied to all running apps.
      * Developers interested in an app-local implementation of night mode should consider using
-     * {@link androidx.appcompat.app.AppCompatDelegate#setDefaultNightMode(int)} to manage the
+     * {@link android.support.v7.app.AppCompatDelegate#setDefaultNightMode(int)} to manage the
      * -night qualifier locally.
      *
      * @param mode the night mode to set