Merge "Add wake lock app ops to UI."

This commit is contained in:
Dianne Hackborn
2013-05-21 00:54:19 +00:00
committed by Android (Google) Code Review
2 changed files with 15 additions and 2 deletions

View File

@@ -183,12 +183,14 @@ public class AppOpsState {
AppOpsManager.OP_ACCESS_NOTIFICATIONS,
AppOpsManager.OP_CALL_PHONE,
AppOpsManager.OP_WRITE_SETTINGS,
AppOpsManager.OP_SYSTEM_ALERT_WINDOW },
AppOpsManager.OP_SYSTEM_ALERT_WINDOW,
AppOpsManager.OP_WAKE_LOCK },
new boolean[] { false,
true,
true,
true,
true, }
true,
true, }
);
public static final OpsTemplate[] ALL_TEMPLATES = new OpsTemplate[] {