diff options
author | 2016-12-16 20:23:47 +0000 | |
---|---|---|
committer | 2016-12-16 20:23:48 +0000 | |
commit | 0b4df21aacf5ae24ae75ca547f5d35d139baf53e (patch) | |
tree | 974c6091620f12e75d1cc536c2779e69bb151a3a | |
parent | 733d007279018036b36ddd1df66d5db0dd10b24c (diff) | |
parent | 56346808a192a3e9000e94c4b5436ab7078d1fd2 (diff) |
Merge "Set com.android.networkrecommendation as the default network recommendation service."
-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 |