diff options
| author | 2016-12-07 16:32:51 -0800 | |
|---|---|---|
| committer | 2016-12-16 10:42:23 -0800 | |
| commit | 56346808a192a3e9000e94c4b5436ab7078d1fd2 (patch) | |
| tree | cc1a76a016f629ddb1142285bfe4080879099bfe | |
| parent | 69e7f9683d2c76c0be891e05727a649f2c03a866 (diff) | |
Set com.android.networkrecommendation as the default network recommendation service.
BUG: 33224286
Test: Build image and verified the config value was set.
Change-Id: Id657c28753eaa6050bb2d82e45f70f694ce7e7dd
Merged-In: Id657c28753eaa6050bb2d82e45f70f694ce7e7dd
| -rw-r--r-- | core/res/res/values/config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 25021b8deeed..4cf122639a22 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -1287,7 +1287,8 @@ This may be empty if network scoring and recommending isn't supported. --> <string-array name="config_networkRecommendationPackageNames" translatable="false"> - <!-- Add packages here --> + <!-- The standard AOSP network recommendation provider --> + <item>com.android.networkrecommendation</item> </string-array> <!-- Whether to enable Hardware FLP overlay which allows Hardware FLP to be |