Skip to content

Commit 1751b24

Browse files
authored
Docs-4676 Update strings.md (#10498)
Update so that the quickstart will automatically select the application's domain and client ID
1 parent 59b396f commit 1751b24

File tree

1 file changed

+3
-3
lines changed
  • articles/quickstart/native/android/files

1 file changed

+3
-3
lines changed

articles/quickstart/native/android/files/strings.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ language: xml
44
---
55
```xml
66
<resources>
7-
<string name="com_auth0_domain">"YOUR_DOMAIN"</string>
8-
<string name="com_auth0_client_id">"YOUR_CLIENT_ID"</string>
7+
<string name="com_auth0_domain">${account.namespace}</string>
8+
<string name="com_auth0_client_id">${account.clientId}</string>
99
</resources>
10-
```
10+
```

0 commit comments

Comments
 (0)