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

Commit a6965bee authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am a4bd0ba6: am 7d0513e0: Merge "Don\'t show PII in logs for JSON-encoded uris" into klp-dev

* commit 'a4bd0ba6':
  Don't show PII in logs for JSON-encoded uris
parents 9d264b6f a4bd0ba6
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;