OSDN Git Service

Use commas to separate API exemptions list, not colon.
authorMathew Inwood <mathewi@google.com>
Wed, 28 Mar 2018 12:01:37 +0000 (13:01 +0100)
committerMathew Inwood <mathewi@google.com>
Wed, 28 Mar 2018 12:28:14 +0000 (13:28 +0100)
commitb559e75ddc6377c7cf7f554235cca4ad34b2fe64
tree1b0cd431bd4a4155c337e96a96952b26e46f4613
parent8faeab8735f1a5759b24583d55853a488639546b
Use commas to separate API exemptions list, not colon.

A colon appears in the type signature of a field, so is not safe to use in
this context.

Test: m
Test: $ adb shell settings put global hidden_api_blacklist_exemptions \
Test: > Landroid/app/Activity;->mResumed:Z,Landroid/view/RemoteAnimationDefinition\\\;

Bug: 73337509

(cherry picked from commit 51a1d4453c44cdb12bbb8a27aa9ef40a431b0f6a)

Merged-In: Ia9171fecc9c3ed265b87921b31458de25304486e
Change-Id: I112db6bf0a54dbf7c7e229eb18f29d5034d42e10
services/core/java/com/android/server/am/ActivityManagerService.java