Data usage multi-user support.

Switch to storing policy per-user instead of per-app, meaning each
user has control over their own set of apps.  Summarize the usage of
non-current users.  Only allow owner to make changes to overall
network policy.

Hide auto-sync menu when viewing app details.  Search for
MANAGE_NETWORK_USAGE intent across all package names sharing a UID.

Bug: 7121279, 5419594, 6978663
Change-Id: Ia70f04df70d27da27faccb947cd27021c628a41a
This commit is contained in:
Jeff Sharkey
2012-09-14 16:26:51 -07:00
parent b2f4efb7a8
commit 38305fb177
4 changed files with 104 additions and 56 deletions

View File

@@ -100,6 +100,7 @@ public class Settings extends PreferenceActivity
R.id.wireless_section,
R.id.wifi_settings,
R.id.bluetooth_settings,
R.id.data_usage_settings,
R.id.device_section,
R.id.sound_settings,
R.id.display_settings,