Update android-applications-basics.md

This commit is contained in:
mani_sashank 2024-09-26 00:15:28 +05:30 committed by GitHub
parent ee60597bbb
commit 58ba047c52
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**: Then, in the data field, you can specify the **host** and **path**: