添加应用介绍窗口调试工具添加开关

This commit is contained in:
ZhanGSKen
2025-04-03 11:04:06 +08:00
parent 4afc4aafa9
commit 1d2b595859
6 changed files with 77 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Apr 02 20:09:04 HKT 2025
#Thu Apr 03 03:02:56 GMT 2025
stageCount=6
libraryProject=libaes
baseVersion=15.2
publishVersion=15.2.5
buildCount=0
buildCount=11
baseBetaVersion=15.2.6

View File

@@ -86,6 +86,8 @@ public class AboutActivity extends WinBollActivity implements IWinBollActivity {
appInfo.setAppHomePage("https://www.winboll.cc/studio/details.php?app=AES");
appInfo.setAppAPKName("AES");
appInfo.setAppAPKFolderName("AES");
//appInfo.setIsAddDebugTools(false);
appInfo.setIsAddDebugTools(BuildConfig.DEBUG);
return new AboutView(mContext, appInfo);
}
}