Merge "App ops: add operations for reading/writing clipboard." into jb-mr2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
23aa56bfde
@@ -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(
|
||||
|
Reference in New Issue
Block a user