Add wake lock app ops to UI.

Change-Id: Id2f23acee08fa2830d3edc30a70abf06226ae4eb
This commit is contained in:
Dianne Hackborn
2013-05-17 11:28:30 -07:00
parent 405959f44a
commit ec74da60cd
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[] {