OSDN Git Service

Control socket tagging through Settings.Secure.
authorJeff Sharkey <jsharkey@android.com>
Wed, 13 Jul 2011 22:24:02 +0000 (15:24 -0700)
committerJeff Sharkey <jsharkey@android.com>
Wed, 13 Jul 2011 22:25:11 +0000 (15:25 -0700)
commit62a2c8fed9cc74e9fa03871e0022205560a681a1
tree9d13c3f9ed253c8145afe4e7d3317726316d38d5
parent3862096cbf4a9b6a3575fa6cc4060e02240d7fee
Control socket tagging through Settings.Secure.

When NetworkManagementService starts, it determines if qtaguid
should be enabled.  The changes pushes the enabled state to a system
property to control socket tagging.

Change-Id: I5697a990dbaad4b220a2fb055931b18077d07a74
core/java/com/android/server/NetworkManagementSocketTagger.java
services/java/com/android/server/NetworkManagementService.java