App ops: add modify settings op.
Change-Id: I7aab6c7f565a20fe24156956895a7db20c8d3aaa
This commit is contained in:
@@ -148,9 +148,11 @@ public class AppOpsState {
|
||||
public static final OpsTemplate DEVICE_TEMPLATE = new OpsTemplate(
|
||||
new int[] { AppOpsManager.OP_VIBRATE,
|
||||
AppOpsManager.OP_POST_NOTIFICATION,
|
||||
AppOpsManager.OP_CALL_PHONE },
|
||||
AppOpsManager.OP_CALL_PHONE,
|
||||
AppOpsManager.OP_WRITE_SETTINGS },
|
||||
new boolean[] { false,
|
||||
false,
|
||||
true,
|
||||
true }
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user