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

Commit cdad3b5d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove progress bar from final notification." into main

parents aa5562dc 305e261e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -88,10 +88,10 @@ import com.android.internal.app.ChooserActivity;
import com.android.internal.logging.MetricsLogger;
import com.android.internal.logging.nano.MetricsProto.MetricsEvent;

import libcore.io.Streams;

import com.google.android.collect.Lists;

import libcore.io.Streams;

import java.io.BufferedOutputStream;
import java.io.ByteArrayInputStream;
import java.io.File;
@@ -1481,7 +1481,6 @@ public class BugreportProgressService extends Service {
        final Notification.Builder builder = newBaseNotification(mContext)
                .setContentTitle(title)
                .setTicker(title)
                .setProgress(100 /* max value of progress percentage */, 100, false)
                .setOnlyAlertOnce(false)
                .setContentText(content);