Merge "App ops: add modify settings op."
This commit is contained in:
committed by
Android (Google) Code Review
commit
2ae050796a
@@ -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