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

Commit aed44484 authored by Reema Bajwa's avatar Reema Bajwa Committed by Android (Google) Code Review
Browse files

Merge "Add to TODO for unique pending intent Test: Change in comment only"

parents e8832a4d a19d445b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -92,7 +92,8 @@ public class CredentialManagerUi {
        Intent intent = IntentFactory.newIntent(requestInfo, providerDataList, new ArrayList<>(),
                mResultReceiver)
                .setAction(UUID.randomUUID().toString());
        //TODO: Determine if a specific request code is needed
        //TODO: Create unique pending intent using request code and cancel any pre-existing pending
        // intents
        return PendingIntent.getActivity(
                mContext, /*requestCode=*/0, intent, PendingIntent.FLAG_IMMUTABLE);
    }