回答編集履歴

1

不適切なコードを削除

2019/09/16 06:10

投稿

mknji
mknji

スコア19

test CHANGED
@@ -84,34 +84,6 @@
84
84
 
85
85
 
86
86
 
87
- try {
88
-
89
- //URLを開く
90
-
91
- String URL = "https://script.google.com/macros/s/AKfycbwzEa1_ZLR81c10oeILfwK4mPUYOlhzTtuaSrU67i0iypVJQlM/exec?"
92
-
93
- +"boxid=" + BoxID + "&name=" + Name + "&tag=" + Tags + "&status=" + Status;
94
-
95
- Uri uri = Uri.parse(URL);
96
-
97
- Intent i = new Intent(Intent.ACTION_VIEW,uri);
98
-
99
- startActivity(i);
100
-
101
- }
102
-
103
- catch (Exception e)
104
-
105
- {
106
-
107
- System.out.println(e.toString());
108
-
109
- }
110
-
111
- }
112
-
113
- });
114
-
115
87
  }
116
88
 
117
89
  }