调整调试版与阶段版的消息发送
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Wed May 07 13:33:12 HKT 2025 | ||||
| #Wed May 07 05:44:36 GMT 2025 | ||||
| stageCount=12 | ||||
| libraryProject= | ||||
| baseVersion=15.0 | ||||
| publishVersion=15.0.11 | ||||
| buildCount=0 | ||||
| buildCount=4 | ||||
| baseBetaVersion=15.0.12 | ||||
|   | ||||
| @@ -10,6 +10,7 @@ import android.content.Context; | ||||
| import android.content.Intent; | ||||
| import android.widget.Toast; | ||||
| import cc.winboll.studio.libappbase.LogUtils; | ||||
| import cc.winboll.studio.timestamp.BuildConfig; | ||||
| import cc.winboll.studio.timestamp.MainService; | ||||
| import cc.winboll.studio.timestamp.utils.ClipboardUtil; | ||||
| import cc.winboll.studio.timestamp.utils.TimeStampUtil; | ||||
| @@ -18,7 +19,7 @@ public class ButtonClickReceiver extends BroadcastReceiver { | ||||
|  | ||||
|     public static final String TAG = "ButtonClickReceiver"; | ||||
|  | ||||
|     public static final String BUTTON_COPYTIMESTAMP_ACTION = "cc.winboll.studio.timestamp.receivers.ButtonClickReceiver.BUTTON_COPYTIMESTAMP_ACTION"; | ||||
|     public static final String BUTTON_COPYTIMESTAMP_ACTION = ButtonClickReceiver.class.getName() + (BuildConfig.DEBUG ?".DEBUG_": ".") + "BUTTON_COPYTIMESTAMP_ACTION"; | ||||
|  | ||||
|     @Override | ||||
|     public void onReceive(Context context, Intent intent) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen