OSDN Git Service

CA cert monitoring: add notifications and actions for dialog
authorMaggie Benthall <mbenthall@google.com>
Thu, 5 Sep 2013 19:30:26 +0000 (15:30 -0400)
committerMaggie Benthall <mbenthall@google.com>
Fri, 13 Sep 2013 19:46:30 +0000 (15:46 -0400)
commit0469f41010d8001dba5e09606bb631b1d3313021
treefd4889e43c37d6d26ffc4ab33259e9822bb5a112
parentcdd82540f2f98e7b4374fdd81e771eb217a27573
CA cert monitoring: add notifications and actions for dialog

In DevicePolicyManagementService, on boot and when certs are installed,
post notification to tell the user that their traffic may be
monitored.
Have QuickSettings use the MonitoringCertInfoActivity instead
of building the dialog itself.

Bug: 10633199

Change-Id: Ie4b97295a9fc25867c87872feccdb17f4bea071d
core/java/android/app/admin/DevicePolicyManager.java
core/java/android/provider/Settings.java
core/res/res/drawable-hdpi/stat_sys_certificate_info.png [new file with mode: 0644]
core/res/res/drawable-mdpi/stat_sys_certificate_info.png [new file with mode: 0644]
core/res/res/drawable-xhdpi/stat_sys_certificate_info.png [new file with mode: 0644]
core/res/res/drawable-xxhdpi/stat_sys_certificate_info.png [new file with mode: 0644]
core/res/res/values/strings.xml
core/res/res/values/symbols.xml
packages/SystemUI/res/values/strings.xml
packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettings.java
services/java/com/android/server/DevicePolicyManagerService.java