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

Commit f20b9a09 authored by Jenna Himawan's avatar Jenna Himawan Committed by Automerger Merge Worker
Browse files

Merge "Fix typo in CATEGORY_BROWSABLE comment." into main am: 4cfcfee3 am: afec391b

parents 6dbd1f95 afec391b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5460,7 +5460,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