Merge "Fix the unresolved link/see tag error for framework docs" into pi-dev

am: 98d747e7f3

Change-Id: Idf0fadc2d62c872c9bc82388f4d8fbcd58694e83
This commit is contained in:
Nan Zhang
2018-09-23 02:50:22 -07:00
committed by android-build-merger

View File

@@ -234,7 +234,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