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

Commit e4db58ed authored by Daichi Hirono's avatar Daichi Hirono
Browse files

DocumentsUI: Use system cancel string resources.

BUG=None

Change-Id: I989e28ad4729176d66b1b333f242470129d139fa
parent c96e494a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ public class CopyService extends IntentService {
        final Intent cancelIntent = new Intent(this, CopyService.class);
        cancelIntent.putExtra(EXTRA_CANCEL, mJobId);
        mProgressBuilder.addAction(R.drawable.ic_cab_cancel,
                getString(R.string.cancel), PendingIntent.getService(this, 0,
                getString(android.R.string.cancel), PendingIntent.getService(this, 0,
                        cancelIntent, PendingIntent.FLAG_ONE_SHOT));

        // Send an initial progress notification.