Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cfcfee3 authored by Jenna Himawan's avatar Jenna Himawan Committed by Gerrit Code Review
Browse files

Merge "Fix typo in CATEGORY_BROWSABLE comment." into main

parents c5677bfc 2ea72b72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5431,7 +5431,7 @@ public class Intent implements Parcelable, Cloneable {
    /**
     * Activities that can be safely invoked from a browser must support this
     * category.  For example, if the user is viewing a web page or an e-mail
     * and clicks on a link in the text, the Intent generated execute that
     * and clicks on a link in the text, the Intent generated to execute that
     * link will require the BROWSABLE category, so that only activities
     * supporting this category will be considered as possible actions.  By
     * supporting this category, you are promising that there is nothing