OSDN Git Service

Really allow NetworkAgent immutable updates to NetworkCapabilities
authorHugo Benichi <hugobenichi@google.com>
Fri, 18 Aug 2017 05:41:22 +0000 (14:41 +0900)
committerHugo Benichi <hugobenichi@google.com>
Fri, 18 Aug 2017 05:51:03 +0000 (14:51 +0900)
commita60c6eab42cd904faaf26c23100939d397b80c39
treebadd1cdb4baddccc71e654743f89071a17cc8675
parentb7cbb2fe49c5d5535924c4ba255d92ba57a4c3c6
Really allow NetworkAgent immutable updates to NetworkCapabilities

This patch completes commit bae105a5ccd11430bab14721d1325e2303a673da to
really allow updates of immutable capabilities to NetworkCapabilities of
NetworkAgents by using satisfiedByImmutableNetworkCapabilities instead
satisfiedByNetworkCapabilities.

Bug: 64125969
Test: runtest frameworks-net
Change-Id: I9beeb623792f0ee31abcd4ba9d0ba2451304fb2e
services/core/java/com/android/server/ConnectivityService.java