添加文本复制提示
This commit is contained in:
		@@ -1,8 +1,8 @@
 | 
			
		||||
#Created by .winboll/winboll_app_build.gradle
 | 
			
		||||
#Sun Jan 19 15:35:40 GMT 2025
 | 
			
		||||
#Wed Jan 22 05:27:08 GMT 2025
 | 
			
		||||
stageCount=0
 | 
			
		||||
libraryProject=
 | 
			
		||||
baseVersion=1.0
 | 
			
		||||
publishVersion=1.0.0
 | 
			
		||||
buildCount=3
 | 
			
		||||
buildCount=5
 | 
			
		||||
baseBetaVersion=1.0.1
 | 
			
		||||
 
 | 
			
		||||
@@ -25,6 +25,7 @@ import android.view.ViewGroup;
 | 
			
		||||
import android.widget.HorizontalScrollView;
 | 
			
		||||
import android.widget.ScrollView;
 | 
			
		||||
import android.widget.TextView;
 | 
			
		||||
import android.widget.Toast;
 | 
			
		||||
import java.io.File;
 | 
			
		||||
import java.io.FileOutputStream;
 | 
			
		||||
import java.io.IOException;
 | 
			
		||||
@@ -194,6 +195,7 @@ public final class CrashHandler {
 | 
			
		||||
                case MENUITEM_COPY: 
 | 
			
		||||
                    ClipboardManager cm = (ClipboardManager) getSystemService(Context.CLIPBOARD_SERVICE);
 | 
			
		||||
                    cm.setPrimaryClip(ClipData.newPlainText(getPackageName(), mLog));
 | 
			
		||||
                    Toast.makeText(getApplication(), "The text is copied.", Toast.LENGTH_SHORT).show();
 | 
			
		||||
                    break;
 | 
			
		||||
                case MENUITEM_RESTART: 
 | 
			
		||||
                    restart();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user