rcs-service: Add broadcast constants to meet RCS DSDS requirement
- Add broadcast constants to meet RCS DSDS requirement.
CRs-Fixed: 882691
(cherry picked from commit c7db07c1ae7e516030a537764d09b38ef9ca3057)
Change-Id: I22909cf54f888a067f3d734c96ea789e380d32a0
diff --git a/rcs_service_aidl/src/com/suntek/mway/rcs/client/aidl/constant/Actions.java b/rcs_service_aidl/src/com/suntek/mway/rcs/client/aidl/constant/Actions.java
index 3ccdc12..7a5f21d 100644
--- a/rcs_service_aidl/src/com/suntek/mway/rcs/client/aidl/constant/Actions.java
+++ b/rcs_service_aidl/src/com/suntek/mway/rcs/client/aidl/constant/Actions.java
@@ -73,6 +73,9 @@
public static final String ACTION_DMS_VERSION_REFRESH =
"com.suntek.mway.rcs.ACTION_UI_RCS_DM_VERSION_REFRESH";
+ public static final String ACTION_UI_SIM_NOT_BELONG_CMCC = Main.PACKAGE_NAME
+ + ".ACTION_UI_SIM_NOT_BELONG_CMCC";
+
/** The Constant ACTION_RCS_ENABLE_CHANGED. */
public static final String ACTION_RCS_ENABLE_CHANGED =
"com.suntek.mway.rcs.ACTION_RCS_ENABLE_CHANGED";