File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed
src/main/java/medic/gateway/alert Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
package medic .gateway .alert ;
2
2
3
- import android .os .*;
4
- import android .util .*;
5
-
6
- import java .io .*;
7
- import java .net .*;
8
-
9
- import org .json .*;
3
+ import android .os .Build ;
4
+ import android .util .Base64 ;
5
+ import android .util .Log ;
6
+
7
+ import java .io .BufferedReader ;
8
+ import java .io .Closeable ;
9
+ import java .io .InputStream ;
10
+ import java .io .InputStreamReader ;
11
+ import java .io .IOException ;
12
+ import java .io .OutputStream ;
13
+ import java .io .UnsupportedEncodingException ;
14
+ import java .net .HttpURLConnection ;
15
+ import java .net .MalformedURLException ;
16
+ import java .net .URL ;
17
+
18
+ import org .json .JSONException ;
19
+ import org .json .JSONObject ;
10
20
11
21
import static medic .gateway .alert .BuildConfig .DEBUG ;
12
22
import static medic .gateway .alert .BuildConfig .LOG_TAG ;
You can’t perform that action at this time.
0 commit comments