From c6405cf28708f7f101784c80a928c3899e360683 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 6 May 2025 14:33:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=B8=B8=E9=87=8F=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/java/com/xypower/common/MicroPhotoContext.java | 1 + 1 file changed, 1 insertion(+) diff --git a/common/src/main/java/com/xypower/common/MicroPhotoContext.java b/common/src/main/java/com/xypower/common/MicroPhotoContext.java index a3e0a038..8371052c 100644 --- a/common/src/main/java/com/xypower/common/MicroPhotoContext.java +++ b/common/src/main/java/com/xypower/common/MicroPhotoContext.java @@ -36,6 +36,7 @@ public class MicroPhotoContext { public static final String SERVICE_NAME_MPMASTER = PACKAGE_NAME_MPMASTER + ".MpMasterService"; public static final String ACTION_HEARTBEAT_MP = "com.xypower.mpapp.ACT_HB"; + public static final String ACTION_TAKEPHOTO_MP = "com.xypower.mpapp.ACT_TP"; public static final String ACTION_RESTART_MP = "com.xypower.mpapp.ACT_RESTART"; public static final String ACTION_UPDATE_CONFIGS_MP = "com.xypower.mpapp.ACT_UPD_CFG";