Currently you need to extend a specialized activity class (CredentialManagerPresentmentActivity) to be able to make use of the code that handles the incoming credential request when a GET_CREDENTIAL intent action comes in to the app. To be usable for apps aiming for single activity styled apps or apps with custom visuals, we could extract that part and expose it so that those types of apps don't need to manually extract that part.