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

Commit a19d445b authored by Reema Bajwa's avatar Reema Bajwa
Browse files

Add to TODO for unique pending intent

Test: Change in comment only

Change-Id: I47672224619803c73221696314036efec19f9c96
parent 4fbea803
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);
    }