commit | 34cb734d49bca1e8706406d3e34421235fc36036 | [log] [tgz] |
---|---|---|
author | Philipp Weiß <phweiss@google.com> | Wed Jan 11 15:03:25 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jan 11 15:03:28 2017 +0000 |
tree | e903fe9741438131be7798cde939a13b151b878e | |
parent | d8f2268e3c2c009b30446611b984aefeedc52f74 [diff] | |
parent | d4a54bbfd1902dccb0e4de03f15bfbbba50b9531 [diff] |
Merge "Add ticker text for network logging notification"
diff --git a/services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java b/services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java index 9f66062..2e5b687 100644 --- a/services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java +++ b/services/devicepolicy/java/com/android/server/devicepolicy/DevicePolicyManagerService.java
@@ -10097,6 +10097,7 @@ .setSmallIcon(R.drawable.ic_qs_network_logging) .setContentTitle(mContext.getString(R.string.network_logging_notification_title)) .setContentText(mContext.getString(R.string.network_logging_notification_text)) + .setTicker(mContext.getString(R.string.network_logging_notification_title)) .setShowWhen(true) .setContentIntent(pendingIntent) .build();