Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 037dbd8ee407903e75158cd47f09ee9eb7926685
Author: Tony Huang <tonyychuang@google.com>
Date: Fri May 31 15:56:47 2019
Implement androidx version uri toSafeString
This api in platform is not maintainable, move it to support library
make it can be updated out-of-band from the platform.
Bug: 130878326
Test: run UriCompatTest
Change-Id: I7592a677ccbc0f042cf4b582140bb099ff4e9da5
M core/core/api/1.2.0-alpha02.txt
M core/core/api/current.txt
A core/core/src/androidTest/java/androidx/core/net/UriCompatTest.java
A core/core/src/main/java/androidx/core/net/UriCompat.java
https://android-review.googlesource.com/951418
https://goto.google.com/android-sha1/037dbd8ee407903e75158cd47f09ee9eb7926685
Branch: androidx-master-dev
commit 037dbd8ee407903e75158cd47f09ee9eb7926685
Author: Tony Huang <tonyychuang@google.com>
Date: Fri May 31 15:56:47 2019
Implement androidx version uri toSafeString
This api in platform is not maintainable, move it to support library
make it can be updated out-of-band from the platform.
Bug: 130878326
Test: run UriCompatTest
Change-Id: I7592a677ccbc0f042cf4b582140bb099ff4e9da5
M core/core/api/1.2.0-alpha02.txt
M core/core/api/current.txt
A core/core/src/androidTest/java/androidx/core/net/UriCompatTest.java
A core/core/src/main/java/androidx/core/net/UriCompat.java
Description