Merge "Rename NotificationChannel#setBlockableSystem" into rvc-dev am: 64e48c2061
Change-Id: I9224f80e87ab21b00ce78427c093b5b686c9ddea
This commit is contained in:
@@ -467,7 +467,7 @@ public class NotificationChannelSlice implements CustomSliceable {
|
||||
return true;
|
||||
}
|
||||
|
||||
return channel.isBlockableSystem()
|
||||
return channel.isBlockable()
|
||||
|| channel.getImportance() == IMPORTANCE_NONE;
|
||||
}
|
||||
|
||||
|
@@ -134,7 +134,7 @@ public abstract class NotificationPreferenceController extends AbstractPreferenc
|
||||
return channel.getImportance() == IMPORTANCE_NONE;
|
||||
}
|
||||
|
||||
return channel.isBlockableSystem() || !mAppRow.systemApp
|
||||
return channel.isBlockable() || !mAppRow.systemApp
|
||||
|| channel.getImportance() == IMPORTANCE_NONE;
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user