Merge changes I24ba9196,Idc983746
* changes: Fix some l18n issues Add more info to log statement
This commit is contained in:
committed by
Android (Google) Code Review
commit
7dafd21f26
@@ -210,7 +210,7 @@
|
||||
android:clickable="false"
|
||||
android:focusable="false"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="3"
|
||||
android:maxLines="4"
|
||||
android:textAppearance="@style/TextAppearance.NotificationImportanceDetail"/>
|
||||
</com.android.systemui.statusbar.notification.row.ButtonLinearLayout>
|
||||
|
||||
|
||||
@@ -128,6 +128,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:textDirection="locale"
|
||||
style="@style/TextAppearance.NotificationImportanceChannelGroup" />
|
||||
</LinearLayout>
|
||||
</com.android.systemui.statusbar.notification.row.ButtonLinearLayout>
|
||||
|
||||
@@ -6103,7 +6103,8 @@ public class NotificationManagerService extends SystemService {
|
||||
protected boolean isBlocked(NotificationRecord r, NotificationUsageStats usageStats) {
|
||||
if (isBlocked(r)) {
|
||||
if (DBG) {
|
||||
Slog.e(TAG, "Suppressing notification from package by user request.");
|
||||
Slog.e(TAG, "Suppressing notification from package " + r.getSbn().getPackageName()
|
||||
+ " by user request.");
|
||||
}
|
||||
usageStats.registerBlocked(r);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user