Merge "Decode URI in RequestManageCredentials" into sc-dev am: 6977d42c2a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/13676771 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I3dfaec53f360789f8e4f922f3917848770be9e87
This commit is contained in:
@@ -74,7 +74,7 @@ public class UriAuthenticationPolicyAdapter extends
|
||||
public void onBindViewHolder(UriAuthenticationPolicyAdapter.UriViewHolder holder,
|
||||
int position) {
|
||||
Uri uri = mUris.get(position);
|
||||
holder.mUriNameView.setText(uri.toString());
|
||||
holder.mUriNameView.setText(Uri.decode(uri.toString()));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user