We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b06d16 commit 2f95eb9Copy full SHA for 2f95eb9
1 file changed
auth/README.md
@@ -786,11 +786,12 @@ AuthMethodPickerLayout customLayout = new AuthMethodPickerLayout
786
// ...
787
.setTosAndPrivacyPolicyId(R.id.baz)
788
.build();
789
-
790
-AuthUI.getInstance(this).createSignInIntentBuilder()
791
- // ...
792
- .setAuthMethodPickerLayout(customLayout)
793
- .build());
+
+startActivityForResult(
+ AuthUI.getInstance(this).createSignInIntentBuilder()
+ // ...
+ .setAuthMethodPickerLayout(customLayout)
794
+ .build());
795
```
796
797
### Strings
0 commit comments