精简信息
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user