Skip to content

Commit f266b33

Browse files
committed
Merge branch 'master' into version-2.0.0-dev
Change-Id: Ib65f67b63052ee3a0cf542a38931610208abbd9f
2 parents 9ede7ac + 19b84da commit f266b33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

auth/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,15 @@ startActivityForResult(
184184
RC_SIGN_IN);
185185
```
186186

187-
If a terms of service URL and a custom theme are required:
187+
If a terms of service URL, privacy policy URL, and a custom theme are required:
188188

189189
```java
190190
startActivityForResult(
191191
AuthUI.getInstance()
192192
.createSignInIntentBuilder()
193193
.setAvailableProviders(...)
194194
.setTosUrl("https://superapp.example.com/terms-of-service.html")
195+
.setPrivacyPolicyUrl("https://superapp.example.com/privacy-policy.html")
195196
.setTheme(R.style.SuperAppTheme)
196197
.build(),
197198
RC_SIGN_IN);

0 commit comments

Comments
 (0)