Merge "Always send Adjustment for importance" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
37f27b53a8
@@ -272,6 +272,9 @@ public class Assistant extends NotificationAssistantService {
|
||||
final int importance = entry.getImportance() < IMPORTANCE_LOW
|
||||
? entry.getImportance() : IMPORTANCE_LOW;
|
||||
signals.putInt(KEY_IMPORTANCE, importance);
|
||||
} else {
|
||||
// Even if no change is made, send an identity adjustment for metric logging.
|
||||
signals.putInt(KEY_IMPORTANCE, entry.getImportance());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user