mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 08:57:55 +00:00
Update android-applications-basics.md
This commit is contained in:
parent
ee60597bbb
commit
58ba047c52
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**:
|
Then, in the data field, you can specify the **host** and **path**:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue