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

Commit 7d0513e0 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Don't show PII in logs for JSON-encoded uris" into klp-dev

parents bb3c36c8 95b25379
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,9 +130,9 @@ public class ContactInfoHelper {

            return Contacts.CONTENT_LOOKUP_URI.buildUpon()
                    .appendPath(Constants.LOOKUP_URI_ENCODED)
                    .appendQueryParameter(Constants.LOOKUP_URI_JSON, jsonString)
                    .appendQueryParameter(ContactsContract.DIRECTORY_PARAM_KEY,
                            String.valueOf(Long.MAX_VALUE))
                    .encodedFragment(jsonString)
                    .build();
        } catch (JSONException e) {
            return null;