简化代码

This commit is contained in:
ZhanGSKen
2025-03-25 03:47:45 +08:00
parent c3ccfd3c23
commit dc000567cd
4 changed files with 9 additions and 23 deletions

View File

@@ -1,14 +0,0 @@
package cc.winboll.studio.libapputils.intent;
/**
* @Author ZhanGSKen@QQ.COM
* @Date 2025/01/17 19:42:21
* @Describe 应用活动类型汇总
*/
public class action {
static final String _PRE = cc.winboll.studio.libapputils.intent.action.class.getName();
public static final String DEBUGVIEW = _PRE + ".DEBUGVIEW";
}