diff options
author | 2020-05-27 09:44:24 -0400 | |
---|---|---|
committer | 2020-05-27 12:47:10 -0400 | |
commit | 2fcfe23f793f9dba42f0977aa46253d55ca2442f (patch) | |
tree | e3cafa0f56522d260d2cd7250acf769218cb267e | |
parent | 0f8da6314060fc9775e8794e13b4e6df2c6edb5b (diff) |
Clarify conversation policy
Test: make
Fixes: 157482114
Change-Id: Icb6993a4c2c651465cadfa31c1d1915b7352994c
-rw-r--r-- | core/java/android/app/Notification.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 90206b693772..e8ce92db62ad 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -3614,6 +3614,7 @@ public class Notification implements Parcelable * <li>Directional conversations where there is an active speaker and many passive * individuals</li> * <li>Stream / posting updates from other individuals</li> + * <li>Email, document comments, or other conversation types that are not real-time</li> * </ul> * </p> * |