Merge "App ops: add operations for reading/writing clipboard." into jb-mr2-dev

This commit is contained in:
Dianne Hackborn
2013-02-26 18:28:17 +00:00
committed by Android (Google) Code Review
2 changed files with 10 additions and 2 deletions

View File

@@ -115,13 +115,17 @@ public class AppOpsState {
AppOpsManager.OP_READ_CALL_LOG,
AppOpsManager.OP_WRITE_CALL_LOG,
AppOpsManager.OP_READ_CALENDAR,
AppOpsManager.OP_WRITE_CALENDAR },
AppOpsManager.OP_WRITE_CALENDAR,
AppOpsManager.OP_READ_CLIPBOARD,
AppOpsManager.OP_WRITE_CLIPBOARD },
new boolean[] { true,
true,
true,
true,
true,
true }
true,
false,
false }
);
public static final OpsTemplate MESSAGING_TEMPLATE = new OpsTemplate(