am 6f137466: Merge "Change data usage warning notification wording."
* commit '6f13746633e089d3468dbb8620f222ce6c140bd3': Change data usage warning notification wording.
This commit is contained in:
@@ -572,8 +572,7 @@ public class NetworkPolicyManagerService extends INetworkPolicyManager.Stub {
|
||||
switch (type) {
|
||||
case TYPE_WARNING: {
|
||||
final CharSequence title = res.getText(R.string.data_usage_warning_title);
|
||||
final CharSequence body = res.getString(R.string.data_usage_warning_body,
|
||||
Formatter.formatFileSize(mContext, policy.warningBytes));
|
||||
final CharSequence body = res.getString(R.string.data_usage_warning_body);
|
||||
|
||||
builder.setSmallIcon(R.drawable.ic_menu_info_details);
|
||||
builder.setTicker(title);
|
||||
|
||||
Reference in New Issue
Block a user