diff options
| author | 2017-03-14 10:59:31 -0700 | |
|---|---|---|
| committer | 2017-04-15 00:39:33 +0000 | |
| commit | 509352d475ddb120249f5b0626ff9071d20c22dc (patch) | |
| tree | 5c5f6c48fc687b400c81259c83c4e4ad0a62983c | |
| parent | 5c5bf240335cab81300dde3f1077d7a4c69b87c8 (diff) | |
Make NETWORK_RECOMMENDATIONS_ENABLED hidden.
This value is necessary to easily look up the availability of a
recommendation (nee, scoring) provider; however it is only used by
bundled apps to monitor its availability, so hide the setting itself.
Test: make update-api; make; flashall
Bug: 34715823
Change-Id: Idf4591fd03d90207ef525f584793db65a1f6597c
| -rw-r--r-- | api/system-current.txt | 1 | ||||
| -rwxr-xr-x | core/java/android/provider/Settings.java | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index c7b377e3d6fb..c8794832f207 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -37866,7 +37866,6 @@ package android.provider { field public static final deprecated java.lang.String INSTALL_NON_MARKET_APPS = "install_non_market_apps"; field public static final java.lang.String MODE_RINGER = "mode_ringer"; field public static final java.lang.String NETWORK_PREFERENCE = "network_preference"; - field public static final java.lang.String NETWORK_RECOMMENDATIONS_ENABLED = "network_recommendations_enabled"; field public static final java.lang.String OTA_DISABLE_AUTOMATIC_UPDATE = "ota_disable_automatic_update"; field public static final java.lang.String RADIO_BLUETOOTH = "bluetooth"; field public static final java.lang.String RADIO_CELL = "cell"; diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 58202119c635..4114d7a5236f 100755 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -8293,7 +8293,6 @@ public final class Settings { * enabled state. * @hide */ - @SystemApi public static final String NETWORK_RECOMMENDATIONS_ENABLED = "network_recommendations_enabled"; |