Merge pull request #946 from manisashank/master

Typo correction at android-applications-basics.md
This commit is contained in:
SirBroccoli 2024-10-05 14:14:26 +01:00 committed by GitHub
commit 98db0d9f1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -224,7 +224,7 @@ The scheme must be declarated in the **`AndroidManifest.xml`** file:
[...]
```
The scheme from the previous example is `exampleapp://` (note also the **`category BROWSABLE`**)
The scheme from the previous example is `examplescheme://` (note also the **`category BROWSABLE`**)
Then, in the data field, you can specify the **host** and **path**: