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

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

@@ -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);
}
}