CarrierMessagingService: Add flag for new temporary failure codes
When enabled, CarrierMessagingService implementation will be able to
return more granular temporary failure codes.
Bug: 326610112
Test: atest GsmSmsDispatcherTest
Flag: com.android.internal.telephony.flags.temporary_failures_in_carrier_messaging_service
Change-Id: Ifb67f4788ff9d5cd438abac0bebb950a0c9232af
diff --git a/flags/carrier.aconfig b/flags/carrier.aconfig
index 265d258..14aedc6 100644
--- a/flags/carrier.aconfig
+++ b/flags/carrier.aconfig
@@ -21,3 +21,12 @@
purpose: PURPOSE_BUGFIX
}
}
+
+# OWNER=melhuishj TARGET=25Q2
+flag {
+ name: "temporary_failures_in_carrier_messaging_service"
+ is_exported: true
+ namespace: "telephony"
+ description: "Enable temporary failures in CarrierMessagingService"
+ bug:"326610112"
+}