From 539c95d378f57404b170c6697746570ead97e36b Mon Sep 17 00:00:00 2001 From: youngtaecha Date: Mon, 20 Mar 2023 12:08:21 +0000 Subject: Support no title on alert dialog and notification Bug: 273321099 Test: Manual - Verify not showing the title of alert dilaog. Test: atest CellBroadcastReceiverOemUnitTests Change-Id: Ifb75758c797c6e68028ae667284189e3c3d11b50 --- res/values-mcc334/config.xml | 2 + res/values/config.xml | 3 ++ .../CellBroadcastAlertDialog.java | 24 ++++++---- .../CellBroadcastAlertService.java | 15 +++--- .../CellBroadcastListActivity.java | 7 +-- .../assets/emergency_alert_channels.json | 54 +++++++++++----------- .../unit/CellBroadcastAlertDialogTest.java | 53 +++++++++++++++++++++ .../unit/CellBroadcastListActivityTest.java | 41 ++++++++++------ 8 files changed, 137 insertions(+), 62 deletions(-) diff --git a/res/values-mcc334/config.xml b/res/values-mcc334/config.xml index d7b405190..b0075ae0a 100644 --- a/res/values-mcc334/config.xml +++ b/res/values-mcc334/config.xml @@ -107,5 +107,7 @@ true + + false diff --git a/res/values/config.xml b/res/values/config.xml index a4e0a00bc..f778e37f0 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -293,6 +293,9 @@ false + + true +