Merge "Clarify doc on NETWORK_RECOMMENDATIONS_ENABLED and WIFI_WAKEUP_ENABLED."

am: faf3aa697f

Change-Id: Ib43452b0f819c12ec51402151e272ad190fd8362
This commit is contained in:
Stephen Chen
2016-12-07 23:13:40 +00:00
committed by android-build-merger

View File

@@ -7646,6 +7646,8 @@ public final class Settings {
/**
* Value to specify if Wi-Fi Wakeup feature is enabled.
*
* Type: int (0 for false, 1 for true)
* @hide
*/
@SystemApi
@@ -7654,6 +7656,8 @@ public final class Settings {
/**
* Value to specify if network recommendations from
* {@link com.android.server.NetworkScoreService} are enabled.
*
* Type: int (0 for false, 1 for true)
* @hide
*/
@SystemApi