UriCompat

Added in 1.2.0

public final class UriCompat


Helper for accessing function in Uri in a backwards compatible fashion.

Summary

Public methods

static @NonNull String

Return a string representation of this URI that has common forms of PII redacted, making it safer to use for logging purposes.

Public methods

toSafeString

Added in 1.2.0
public static @NonNull String toSafeString(@NonNull Uri uri)

Return a string representation of this URI that has common forms of PII redacted, making it safer to use for logging purposes. For example, tel:800-466-4411 is returned as tel:xxx-xxx-xxxx and http://example.com/path/to/item/ is returned as http://example.com/....

Parameters
@NonNull Uri uri

The uri for converted to string.

Returns
@NonNull String

Return a string representation of this URI that has common forms of PII redacted.