summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2016-04-21 21:31:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-21 21:31:15 +0000
commitc74fc6277a773530696f79d2b6e63d36a737a027 (patch)
tree5a7fe258edf30370030f6131df8c3c69c59af921
parent4d453517480d42a208885d5d4714caf0bf39c1f9 (diff)
parentf3c960ab15f7eecfaefed26b5af4f5a62e2a2946 (diff)
downloadedison-c74fc6277a773530696f79d2b6e63d36a737a027.tar.gz
edison: Update weaved.conf to use the new local_access_enabled setting
am: f3c960ab15 * commit 'f3c960ab15f7eecfaefed26b5af4f5a62e2a2946': edison: Update weaved.conf to use the new local_access_enabled setting Change-Id: I090e018453d16deb679a0756a77ad920f1c3b6bf
-rw-r--r--base_product/weaved.conf7
1 files changed, 2 insertions, 5 deletions
diff --git a/base_product/weaved.conf b/base_product/weaved.conf
index fd8f73d..f386c41 100644
--- a/base_product/weaved.conf
+++ b/base_product/weaved.conf
@@ -47,11 +47,8 @@ model_id=ABPHb
# Maximum role for local anonymous user.
# local_anonymous_access_role=viewer
-# If true, allows local pairing using Privet API.
-# local_pairing_enabled=true
-
-# If true, allows local discovery using mDns.
-# local_discovery_enabled=true
+# If true, allows local discovery and local Privet API.
+# local_access_enabled=true
# GCD service polling interval in milliseconds.
# polling_period_ms=7000