Skip to content

Commit

Permalink
Merge pull request HackTricks-wiki#1 from manisashank/For_PR
Browse files Browse the repository at this point in the history
Update android-applications-basics.md
  • Loading branch information
manisashank authored Sep 25, 2024
2 parents ee60597 + 58ba047 commit 3757731
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand Down

0 comments on commit 3757731

Please sign in to comment.