Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38ae1f3f authored by Pankaj Kanwar's avatar Pankaj Kanwar Committed by Android Partner Code Review
Browse files

Merge "Changing string in notification when data is blocked. b/25209821" into mm-wireless-dev

parents b24d183c aaa1c3a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4033,7 +4033,7 @@ public class ServiceStateTracker extends Handler {


        CharSequence details = "";
        CharSequence title = context.getText(com.android.internal.R.string.RestrictedChangedTitle);
        CharSequence title = context.getText(com.android.internal.R.string.RestrictedOnData);
        int notificationId = CS_NOTIFICATION;

        switch (notifyType) {