From bae22333f9a241e14c8dda5532d8dbda1c5c79eb Mon Sep 17 00:00:00 2001 From: Kamaljeet Maini Date: Tue, 29 Mar 2016 15:46:54 -0700 Subject: Settings app Data Usage UI enhancements Modified Settings app to support following new features in Data Usage Summary screen: 1) Added two items to overflow menu a) Enable/disable data usage alerts: to enable/disable global switch for data alerts. Shown only when DataUsage provider is installed. b) Reset data statistics: to reset data stats for current tab 2) Added a new per app switch "Mobile Data Alert" 3) Added a new per app switch "Restrict cellular data access" 4) Modified per app background data access feature to support three options a) Over mobile and WiFi b) Only over WiFi c) No access DataUsage provider, service and notification receivers have been refactored into a standalone package to minimize the changes to the Settings App. Change-Id: Ic0e42e57d04dc8e164ebfdab4531cced31c4e6eb Issue-Id: SETTINGS-75 Issue-Id: SETTINGS-76 Issue-Id: SETTINGS-77 Issue-Id: SETTINGS-76 --- res/menu/data_usage.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'res/menu') diff --git a/res/menu/data_usage.xml b/res/menu/data_usage.xml index 749eb16..9994ca2 100644 --- a/res/menu/data_usage.xml +++ b/res/menu/data_usage.xml @@ -36,4 +36,10 @@ + + -- cgit v1.1