CredManUi: terminate the UI upon an action entry result.

The action entries should behave like credential entries, and give back
successful / failed credential response as opposed to new entries. So
the UI should terminate immediately as opposed to waiting to render new
entries.

Bug: 270892306
Test: manual
Change-Id: Ibcd4f93deaaeb49014e81323bb65b599e0a2e101
This commit is contained in:
Helen Qin
2023-02-27 03:45:08 +00:00
parent 268ad5716f
commit e250b9f370

View File

@@ -141,7 +141,7 @@ class ActionEntryInfo(
entrySubkey,
pendingIntent,
fillInIntent,
shouldTerminateUiUponSuccessfulProviderResult = false,
shouldTerminateUiUponSuccessfulProviderResult = true,
)
data class RequestDisplayInfo(