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

Commit 2ea72b72 authored by Jenna Himawan's avatar Jenna Himawan
Browse files

Fix typo in CATEGORY_BROWSABLE comment.

This also affects DAC (see bug).

Change-Id: I820bbbb5fe59becc6ff9f50707c51e97b41af9b1
Fixes: 333590571
parent 74a019cf
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