Less intrusive VPN dialog.
Add new AppOps to Settings and remove references to obsolete ManageDialog. VPN UX now lives in Quick Settings. Bug: 12878887 Bug: 16578022 Change-Id: I102a14c05db26ee3aef030cda971e5165f078a91
This commit is contained in:
@@ -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, }
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user