精简信息

This commit is contained in:
ZhanGSKen 2025-06-12 02:44:57 +08:00
parent c04be60b13
commit 434f8a8549
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Wed Jun 11 18:41:20 GMT 2025
#Wed Jun 11 18:44:24 GMT 2025
stageCount=5
libraryProject=
baseVersion=15.0
publishVersion=15.0.4
buildCount=17
buildCount=18
baseBetaVersion=15.0.5

View File

@ -84,7 +84,7 @@ public class MainActivity extends AppCompatActivity implements IWinBoLLActivity
private String getIntentUrl(Intent intent) {
if (Intent.ACTION_VIEW.equals(intent.getAction())) {
ToastUtils.show("ACTION_VIEW");
//ToastUtils.show("ACTION_VIEW");
Uri data = intent.getData();
if (data != null) {
String url = data.toString(); // 获取完整 URL