Cycle day editor and other confirmation dialogs.

Create dialog to edit "cycle day" when data usage resets.  Also added
dialogs to confirm enabling limit and restricting an application.

Change-Id: I1e08b17fabd1fcfc2f260807a61435d0ff1a8627
This commit is contained in:
Jeff Sharkey
2011-06-14 15:01:18 -07:00
parent 94a9095eac
commit 4c72ae5e3d
7 changed files with 280 additions and 30 deletions

View File

@@ -36,6 +36,8 @@ import java.util.ArrayList;
* about which policies can coexist.
*/
public class NetworkPolicyModifier {
// TODO: refactor to "Editor"
// TODO: be more robust when missing policies from service
private INetworkPolicyManager mPolicyService;
private String mSubscriberId;