Merge "DevicePolicy: Restore CA warning to K behaviour" into lmp-dev
This commit is contained in:
@@ -1687,7 +1687,6 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
|
|||||||
.setContentTitle(mContext.getString(R.string.ssl_ca_cert_warning))
|
.setContentTitle(mContext.getString(R.string.ssl_ca_cert_warning))
|
||||||
.setContentText(contentText)
|
.setContentText(contentText)
|
||||||
.setContentIntent(notifyIntent)
|
.setContentIntent(notifyIntent)
|
||||||
.setOngoing(true)
|
|
||||||
.setPriority(Notification.PRIORITY_HIGH)
|
.setPriority(Notification.PRIORITY_HIGH)
|
||||||
.setShowWhen(false)
|
.setShowWhen(false)
|
||||||
.setColor(mContext.getResources().getColor(
|
.setColor(mContext.getResources().getColor(
|
||||||
|
|||||||
Reference in New Issue
Block a user