Merge "Less intrusive VPN dialog." into lmp-dev

This commit is contained in:
Jeff Davidson
2014-08-20 23:59:30 +00:00
committed by Android (Google) Code Review
3 changed files with 7 additions and 11 deletions

View File

@@ -190,13 +190,15 @@ public class AppOpsState {
AppOpsManager.OP_WRITE_SETTINGS,
AppOpsManager.OP_SYSTEM_ALERT_WINDOW,
AppOpsManager.OP_WAKE_LOCK,
AppOpsManager.OP_PROJECT_MEDIA },
AppOpsManager.OP_PROJECT_MEDIA,
AppOpsManager.OP_ACTIVATE_VPN, },
new boolean[] { false,
true,
true,
true,
true,
true,
false,
false, }
);