OSDN Git Service

GmsCore is casting to a concrete subclass, sigh.
authorJeff Sharkey <jsharkey@android.com>
Thu, 7 Jan 2016 16:47:20 +0000 (09:47 -0700)
committerJeff Sharkey <jsharkey@android.com>
Thu, 7 Jan 2016 16:47:23 +0000 (09:47 -0700)
commit8b0db0401e1a1c2582180edb39efb25e28521afa
treecb3e3e0dc71f0ef00ce9ec2564b38f8b52a99054
parent9c180dd38701a10041537389057b4c0f784907f8
GmsCore is casting to a concrete subclass, sigh.

Since this technically wasn't an API change, there isn't a good
reason to protect with target API.  So change the behavior based on
the caller for now.

Bug: 26438049
Change-Id: I65aa1fc9af1f935544f8e191444440af4f98f26f
core/java/android/content/ContentProviderClient.java