Merge pull request #1 from manisashank/For_PR

Update android-applications-basics.md
This commit is contained in:
mani_sashank 2024-09-26 00:18:40 +05:30 committed by GitHub
commit 3757731ca4
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**: