commit | 8f881cd027e8d970ed9e2040f4dbe218038e8b88 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Thu Feb 29 15:03:11 2024 -0500 |
committer | Mark Renouf <mrenouf@google.com> | Thu Feb 29 15:03:11 2024 -0500 |
tree | 36d6227449e0590b9e2e2eaf9bb2e9f9cd7d0876 | |
parent | c5aac7a24e3aa9b3ff80b6f13702d39df0a2f557 [diff] |
ProfileHelper: compat helper class for Profile flows in existing Java This is a temporary measure to bring up the app with an initial set of user profile data sourced from UserInteractor. This is effectively a snapshot of current profile state, combined with a wrapper to access the availability StateFlow via an interface (hiding a suspend call). Test: atest IntentResolver-tests-unit:ProfileHelperTest Bug: 311348033 Flag: ACONFIG com.android.intentresolver.ENABLE_PRIVATE_PROFILE Change-Id: I6db6ece3bebbed22d0a6b7cf981873f96dd97745
IntentResolver
provides the implementation for Intent ACTION_CHOOSER
See also: ShareCompat.IntentBuilder