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

Commit 8d7fad5e authored by Jesse Wilson's avatar Jesse Wilson Committed by Android (Google) Code Review
Browse files

Merge "Warn about changed behavior around '+' characters."

parents f4c3cc06 41e0839b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1645,6 +1645,9 @@ public abstract class Uri implements Parcelable, Comparable<Uri> {
    /**
     * Searches the query string for the first value with the given key.
     *
     * <p><strong>Warning:</strong> Prior to Ice Cream Sandwich, this decoded
     * the '+' character as '+' rather than ' '.
     *
     * @param key which will be encoded
     * @throws UnsupportedOperationException if this isn't a hierarchical URI
     * @throws NullPointerException if key is null