diff options
| author | Julia Reynolds <juliacr@google.com> | 2017-04-25 13:52:49 -0400 |
|---|---|---|
| committer | Julia Reynolds <juliacr@google.com> | 2017-04-25 17:00:05 -0400 |
| commit | bad42976009ffb61010136ed8055f9e0f6d2e416 (patch) | |
| tree | 41c3243187a4e74ddcac2278248fe601c5d2dcb5 /core/java/android/app/NotificationChannelGroup.java | |
| parent | cd68c334bad676e4b29db77c78f61eb48fd75df1 (diff) | |
Api updates
- Better documentation on DEFAULT_CHANNEL_ID
- Renaming getChannel/setChannel/getTimeout/setTimeout
- Add documentation to getShortcutId
- @hide parcel constructors
Test: make, make cts
Bug: 37672218
Change-Id: I695b2620c51638a84930e9d1c5fbfd6d85699b55
Diffstat (limited to 'core/java/android/app/NotificationChannelGroup.java')
| -rw-r--r-- | core/java/android/app/NotificationChannelGroup.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/app/NotificationChannelGroup.java b/core/java/android/app/NotificationChannelGroup.java index 852af8ae6bda..7e8f191acdb9 100644 --- a/core/java/android/app/NotificationChannelGroup.java +++ b/core/java/android/app/NotificationChannelGroup.java @@ -69,6 +69,9 @@ public final class NotificationChannelGroup implements Parcelable { this.mName = name != null ? getTrimmedString(name.toString()) : null; } + /** + * @hide + */ protected NotificationChannelGroup(Parcel in) { if (in.readByte() != 0) { mId = in.readString(); |
