Merge "boost starred people to at least high importance" into nyc-dev am: 8e5d7413b8
am: 6c751b2e60
* commit '6c751b2e60868513f69f49a9b6662b9737979c94':
boost starred people to at least high importance
Change-Id: Ie853218f61b2e089937482d0545e9acef1fe36fd
This commit is contained in:
@@ -318,8 +318,12 @@ public final class NotificationRecord {
|
||||
|
||||
public void setContactAffinity(float contactAffinity) {
|
||||
mContactAffinity = contactAffinity;
|
||||
if (mImportance < IMPORTANCE_HIGH &&
|
||||
mContactAffinity >= ValidateNotificationPeople.STARRED_CONTACT) {
|
||||
setImportance(IMPORTANCE_HIGH, getPeopleExplanation());
|
||||
}
|
||||
if (mImportance < IMPORTANCE_DEFAULT &&
|
||||
mContactAffinity > ValidateNotificationPeople.VALID_CONTACT) {
|
||||
mContactAffinity >= ValidateNotificationPeople.VALID_CONTACT) {
|
||||
setImportance(IMPORTANCE_DEFAULT, getPeopleExplanation());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user