mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 00:47:24 +00:00
Merge pull request #1 from manisashank/For_PR
Update android-applications-basics.md
This commit is contained in:
commit
3757731ca4
1 changed files with 1 additions and 1 deletions
|
@ -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**:
|
||||
|
||||
|
|
Loading…
Reference in a new issue