DevicePolicy: Restore CA warning to K behaviour
Some tests rely on this being dismissible. Additionally it turns out some users don't like having a hulking great notification follow them around everywhere. Bug: 17985258 Change-Id: If05a07b9eaa402a48f9a14647effc1df32c796e1
This commit is contained in:
@@ -1687,7 +1687,6 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
|
||||
.setContentTitle(mContext.getString(R.string.ssl_ca_cert_warning))
|
||||
.setContentText(contentText)
|
||||
.setContentIntent(notifyIntent)
|
||||
.setOngoing(true)
|
||||
.setPriority(Notification.PRIORITY_HIGH)
|
||||
.setShowWhen(false)
|
||||
.setColor(mContext.getResources().getColor(
|
||||
|
||||
Reference in New Issue
Block a user