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

Commit e323773f authored by Yorke Lee's avatar Yorke Lee
Browse files

Put PII in uri fragment instead of query parameter to prevent logging

Bug: 11127944
Change-Id: Ifa6b6eca268f9c26c3165afe9ce937e43b63c1a4
parent 142eb1c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ public class ContactLoader extends AsyncTaskLoader<Contact> {
    }

    private Contact loadEncodedContactEntity(Uri uri) throws JSONException {
        final String jsonString = uri.getQueryParameter(Constants.LOOKUP_URI_JSON);
        final String jsonString = uri.getEncodedFragment();
        final JSONObject json = new JSONObject(jsonString);

        final long directoryId =